Desktop Functions: Smart Device Functions:
|
Search Results for "WinUser" in [All]shlwapi
/* We use the Windows Shell function SHMessageBoxCheck, so we have to define this parallel enum of the definitions in winuser.h. */ user32
#include <w32api/winuser.h>
//From winuser.h 4: GetSysColor Here's which color corresponds to what in winuser.h c# version Constants6: EM_
/// Based on EM_* constants defined in winuser.h in the Windows API. 7: HWND 8: LR_
/// the lpszName specifies the OEM image to load. The OEM image identifiers are defined in Winuser.h and have the following prefixes.
''' the lpszName specifies the OEM image to load. The OEM image identifiers are defined in Winuser.h and have the following prefixes. miscI have been moving over the #defines for constants from WinUser.h into a dll designed as a static class. I know there has also been some desire to make something for the structs as well. Is there any interest in starting a CodePlex project for basically moving WinUser into a static class? - Patrick Enums11: KLF 12: LB_ NB the enum below is not comprehensive. Try http://msdn.microsoft.com/en-us/library/windows/desktop/ff485967.aspx and/or winuser.h. 13: WindowsMessages
/// Defined in winuser.h from Windows SDK v6.1 14: WinUser |