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. Enums10: KLF 11: LB_ NB the enum below is not comprehensive. Try http://msdn.microsoft.com/en-us/library/windows/desktop/ff485967.aspx and/or winuser.h. 12: WindowsMessages
/// Defined in winuser.h from Windows SDK v6.1 13: WinUser misc |