| |
Getting Started
SDK API Reference
SDK API Features
Other Documentation
|
|
|
Flags returned by GetKeyProc
Detailed Description
These flags are returned in the flags parameter of GetKeyProc.
Define Documentation
| #define actionSimpleParameter 0x00000000L |
| #define actionEnumeratedParameter 0x00002000L |
| #define actionListParameter 0x00004000L |
| #define actionOptionalParameter 0x00008000L |
| #define actionObjectParameter 0x80000000L |
| #define actionScopedParameter 0x40000000L |
| #define actionStringIDParameter 0x20000000L |
|
|