CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Responding to SwitchUser event in XP

    You are welcome..

  2. #17
    Join Date
    Mar 2000
    Location
    Birmingham, England
    Posts
    2,520

    Re: Responding to SwitchUser event in XP

    Quote Originally Posted by kirants
    1. To keep matters simple, am not doing a loadlibrary, instead calling API directly. That shouldn't be an issue in any case, unless loadlibrary is failing for some reason on your machine.
    The code i am writing must also run on Windows 98 and therefore i define _WIN32_WINNT as 0x0400. These wts functions require that defined to 0x0501 for xp, so my code won't compile.

    That's why i need to load the wts library at runtime.

    Thanks again

    Jase

    www.slideshowdesktop.com
    View your images and photos on your desktop with ease using SlideShow Desktop, the desktop wallpaper manager for Microsoft Windows.
    ...

  3. #18
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Responding to SwitchUser event in XP

    Quote Originally Posted by jase jennings
    That's why i need to load the wts library at runtime.
    Yep. Got it. I removed that only for sake of simplicity since I was testing on XP alone

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured