ReactOS 0.4.15-dev-7958-gcd0bb1a
inbvtypes.h
Go to the documentation of this file.
1/*++ NDK Version: 0098
2
3Copyright (c) Alex Ionescu. All rights reserved.
4
5Header Name:
6
7 inbvtypes.h
8
9Abstract:
10
11 Type definitions for the Boot Video Driver.
12
13Author:
14
15 Alex Ionescu (alexi@tinykrnl.org) - Created - 02-Feb-2007
16
17--*/
18
19#ifndef _INBVTYPES_H
20#define _INBVTYPES_H
21
22//
23// Dependencies
24//
25#include <umtypes.h>
26#ifndef NTOS_MODE_USER
27
28//
29// Boot Video Display Ownership Status
30//
32{
37
38//
39// Function Callbacks
40//
41typedef
44 _In_ ULONG Cols,
46);
47
48typedef
52);
53
54#endif
55#endif
#define VOID
Definition: acefi.h:82
_INBV_DISPLAY_STATE
Definition: inbvtypes.h:32
@ INBV_DISPLAY_STATE_OWNED
Definition: inbvtypes.h:33
@ INBV_DISPLAY_STATE_LOST
Definition: inbvtypes.h:35
@ INBV_DISPLAY_STATE_DISABLED
Definition: inbvtypes.h:34
enum _INBV_DISPLAY_STATE INBV_DISPLAY_STATE
VOID(NTAPI * INBV_DISPLAY_STRING_FILTER)(_Inout_ PCHAR *String)
Definition: inbvtypes.h:50
BOOLEAN(NTAPI * INBV_RESET_DISPLAY_PARAMETERS)(_In_ ULONG Cols, _In_ ULONG Rows)
Definition: inbvtypes.h:43
#define _Inout_
Definition: ms_sal.h:378
#define _In_
Definition: ms_sal.h:308
#define BOOLEAN
Definition: pedump.c:73
#define NTAPI
Definition: typedefs.h:36
uint32_t ULONG
Definition: typedefs.h:59
char * PCHAR
Definition: typedefs.h:51
_Must_inspect_result_ _In_ WDFDEVICE _In_ WDFSTRING String
Definition: wdfdevice.h:2433
_In_ ULONG Rows
Definition: haltypes.h:7