ReactOS 0.4.15-dev-7834-g00c4b3d
bootok.c File Reference
#include <tchar.h>
#include <windef.h>
#include <winbase.h>
#include <winsvc.h>
Include dependency graph for bootok.c:

Go to the source code of this file.

Macros

#define WIN32_NO_STATUS
 

Functions

int _tmain (int argc, TCHAR *argv[])
 

Macro Definition Documentation

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 12 of file bootok.c.

Function Documentation

◆ _tmain()

int _tmain ( int  argc,
TCHAR argv[] 
)

Definition at line 20 of file bootok.c.

21{
24
26 {
27 _tprintf(_T("NotifyBootConfigStatus failed! (Error: %lu)\n"),
28 GetLastError());
29 }
30
31 return 0;
32}
static int argc
Definition: ServiceArgs.c:12
#define TRUE
Definition: types.h:120
#define _tprintf
Definition: tchar.h:506
#define argv
Definition: mplay32.c:18
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317
BOOL WINAPI NotifyBootConfigStatus(BOOL BootAcceptable)
Definition: scm.c:3055
#define _T(x)
Definition: vfdio.h:22
DWORD WINAPI GetLastError(void)
Definition: except.c:1042