ReactOS
0.4.15-dev-5606-gf34e425
|
Go to the source code of this file.
Macros | |
#define | FORMAT_BUFFER_SIZE 512 |
#define | LINE_BUFFER_SIZE 1024 |
Functions | |
BOOL WINAPI | InitializeSetupActionLog (BOOL bDeleteOldLogFile) |
VOID WINAPI | TerminateSetupActionLog (VOID) |
VOID CDECL | pSetupDebugPrint (IN PCWSTR pszFileName, IN INT nLineNumber, IN PCWSTR pszTag, IN PCWSTR pszMessage,...) |
Variables | |
HANDLE | hLogFile = NULL |
Definition at line 42 of file logfile.c.
Referenced by InstallReactOS().
VOID CDECL pSetupDebugPrint | ( | IN PCWSTR | pszFileName, |
IN INT | nLineNumber, | ||
IN PCWSTR | pszTag, | ||
IN PCWSTR | pszMessage, | ||
... | |||
) |
Definition at line 94 of file logfile.c.
Definition at line 34 of file logfile.c.
Referenced by InitializeSetupActionLog(), InitLog(), pSetupDebugPrint(), and TerminateSetupActionLog().