Does anyone have prototypes for the following user32.dll functions?

BiGgUn fbiggun at hotmail.com
Mon Aug 11 12:35:48 CDT 2003


As far as i know :
> CascadeChildWindows
Actaully "mapped" to CascadeChildWindows16 in Wine

> DdeGetQualityOfService
You can simulate its supposed behaviour by calling DdeSetQualityOfService. Just provide a pointer to a SECURITY_QUALITY_OF_SERVICE
structure as third argument for DdeGetQualityOfService. The pointed structure
will receive the previous quality of service values.(as of MSDN)

For the other functions try to guess the arguments :)

> TranslateMessageEx
> UnlockWindowStation
> UpdatePerUserSystemParameters
....

But why do you need these function prototypes ?

Stephan



More information about the wine-devel mailing list