wtsapi32.lib missing?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
maker
User
User
Posts: 41
Joined: Fri Feb 27, 2009 5:30 am
Location: USA

wtsapi32.lib missing?

Post by maker »

when attempting to use the routines involved with session lock/unlock, I got the following error:

WTSRegisterSessionNotification_() is not a function, array, macro or linked list.

Looking in the pb folders, I found that there is no wtsapi32.lib library (or I missed it).

The associated constants, #NOTIFY_FOR_THIS_SESSION and #NOTIFY_FOR_ALL_SESSIONS are also missing.
PB 4.41 - PSPad 4.5.4 - WinXP Home SP3
http://programmingforfun.net
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: wtsapi32.lib missing?

Post by Fred »

While we do support most of the win API, we don't support all the commands - so it can't be considered as a bug. That said you can post it in the feature request.
Post Reply