Desktop Functions: Smart Device Functions:
|
Search Results for "WinUser" in [All]Enums2: KLF
3: LB_ NB the enum below is not comprehensive. Try http://msdn.microsoft.com/en-us/library/windows/desktop/ff485967.aspx and/or winuser.h.
/// Defined in winuser.h from Windows SDK v6.1 5: WinUser
user32
#include <w32api/winuser.h>
//From winuser.h 8: GetSysColor Here's which color corresponds to what in winuser.h c# version shlwapi
/* We use the Windows Shell function SHMessageBoxCheck, so we have to define this parallel enum of the definitions in winuser.h. */ 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 Constants12: EM_
/// Based on EM_* constants defined in winuser.h in the Windows API. 13: HWND
14: 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. |