ReactOS 0.4.15-dev-7924-g5949c20
message.h
Go to the documentation of this file.
1#ifndef MESSAGE_INCLUDED
2#define MESSAGE_INCLUDED
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8//
9// counter starts off negative (rand() < 0)..when it gets
10// to zero the message starts to display
11//
12typedef struct
13{
15
17
20
22
24
25void SetMessageFont(HWND hwnd, TCHAR *szFontName, int nPointSize, BOOL fBold);
27
28#ifdef __cplusplus
29}
30#endif
31
32#endif
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned short WORD
Definition: ntddk_ex.h:93
GLint GLint GLsizei GLsizei height
Definition: gl.h:1546
GLint GLint GLsizei width
Definition: gl.h:1546
void SetMessageFont(HWND hwnd, TCHAR *szFontName, int nPointSize, BOOL fBold)
Definition: message.c:201
MATRIX_MESSAGE * InitMatrixMessage(HWND hwnd, int width, int height)
Definition: message.c:229
#define MAXMSG_WIDTH
Definition: globals.h:23
#define MAXMSG_HEIGHT
Definition: globals.h:24
int msgindex
Definition: message.h:16
WORD random_reg1
Definition: message.h:19
Definition: tftpd.h:60
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
char TCHAR
Definition: xmlstorage.h:189