|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <umtypes.h>

Go to the source code of this file.
Typedefs | |
| typedef enum _INBV_DISPLAY_STATE | INBV_DISPLAY_STATE |
| typedef BOOLEAN(NTAPI * | INBV_RESET_DISPLAY_PARAMETERS) (_In_ ULONG Cols, _In_ ULONG Rows) |
| typedef VOID(NTAPI * | INBV_DISPLAY_STRING_FILTER) (_Inout_ PCHAR *String) |
Enumerations | |
| enum | _INBV_DISPLAY_STATE { INBV_DISPLAY_STATE_OWNED , INBV_DISPLAY_STATE_DISABLED , INBV_DISPLAY_STATE_LOST } |
Definition at line 49 of file inbvtypes.h.
Definition at line 42 of file inbvtypes.h.
| Enumerator | |
|---|---|
| INBV_DISPLAY_STATE_OWNED | |
| INBV_DISPLAY_STATE_DISABLED | |
| INBV_DISPLAY_STATE_LOST | |
Definition at line 31 of file inbvtypes.h.