ReactOS 0.4.15-dev-7934-g1dc8d80
bootok.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Kernel
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/system/bootok/bootok.c
5 * PURPOSE: Boot Acceptance Application
6 * PROGRAMMERS: Eric Kohl
7 */
8
9/* INCLUDES *****************************************************************/
10
11#include <tchar.h>
12#define WIN32_NO_STATUS
13#include <windef.h>
14#include <winbase.h>
15#include <winsvc.h>
16
17/* FUNCTIONS ****************************************************************/
18
19int
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 _tmain
Definition: tchar.h:497
#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
char TCHAR
Definition: xmlstorage.h:189