ReactOS 0.4.15-dev-7958-gcd0bb1a
init.h
Go to the documentation of this file.
1#pragma once
2
7
9//extern PULONG pulDIB32Bits;
10extern PULONG pulDIB4Bits;
11extern HPALETTE ghpal;
12typedef struct
13{
17} MYPAL;
18
19extern ULONG (*gpDIB32)[8][8];
20
21extern MYPAL gpal;
22
23BOOL InitStuff(void);
24
PALETTEENTRY logpalettedata[8]
Definition: SetPixel.c:16
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned short WORD
Definition: ntddk_ex.h:93
HBITMAP ghbmp24
Definition: init.h:3
HBITMAP ghbmpDIB8
Definition: init.h:4
HBITMAP ghbmp4
Definition: init.h:3
PULONG pulDIB4Bits
HDC ghdcDIB8
Definition: init.h:5
PVOID gpvDIB8
Definition: init.h:6
HDC ghdcDIB16
Definition: init.h:5
HBITMAP ghbmpDIB24
Definition: init.h:4
ULONG(* gpDIB32)[8][8]
Definition: init.c:10
HBITMAP ghbmpDIB1
Definition: init.c:7
PVOID gpvDIB1
Definition: init.c:9
HDC ghdcDIB32
Definition: init.h:5
HPALETTE ghpal
Definition: init.c:11
HBITMAP ghbmpDIB16
Definition: init.h:4
HBITMAP ghbmp1
Definition: init.c:6
PVOID gpvDIB4
Definition: init.h:6
PVOID gpvDIB32
Definition: init.h:6
PVOID gpvDIB24
Definition: init.h:6
HDC ghdcDIB1
Definition: init.c:8
HBITMAP ghbmpDIB32
Definition: init.h:4
HBITMAP ghbmp8
Definition: init.h:3
MYPAL gpal
Definition: init.c:13
HDC ghdcDIB4
Definition: init.h:5
PVOID gpvDIB16
Definition: init.h:6
HBITMAP ghbmp32
Definition: init.h:3
HDC ghdcDIB24
Definition: init.h:5
HBITMAP ghbmp16
Definition: init.h:3
BOOL InitStuff(void)
Definition: init.c:95
HBITMAP ghbmpDIB4
Definition: init.h:4
static HBITMAP
Definition: button.c:44
static HDC
Definition: imagelist.c:92
Definition: init.h:13
WORD palNumEntries
Definition: init.h:15
WORD palVersion
Definition: init.h:14
uint32_t * PULONG
Definition: typedefs.h:59
uint32_t ULONG
Definition: typedefs.h:59