|
-
January 3rd, 2006, 05:50 PM
#16
Re: Responding to SwitchUser event in XP
You are welcome..
-
January 3rd, 2006, 05:52 PM
#17
Re: Responding to SwitchUser event in XP
 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....
-
January 3rd, 2006, 05:55 PM
#18
Re: Responding to SwitchUser event in XP
 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|