ReactOS 0.4.16-dev-297-gc569aee
|
#include <windef.h>
#include <winbase.h>
#include <wincon.h>
#include <winuser.h>
#include <strsafe.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _LOG_FILE |
Typedefs | |
typedef struct _LOG_FILE | LOG_FILE |
typedef struct _LOG_FILE * | PLOG_FILE |
Functions | |
BOOL | InitLog (OUT PLOG_FILE LogFile, IN LPCWSTR LogFileName, IN PWCHAR pBuffer, IN size_t cbBufferSize) |
VOID | CloseLog (IN PLOG_FILE LogFile) |
BOOL | WriteToLog (IN PLOG_FILE LogFile, IN LPCVOID Buffer, IN DWORD dwBufferSize) |
BOOL | WriteToLogPuts (IN PLOG_FILE LogFile, IN LPCWSTR String) |
BOOL | WriteToLogPrintfV (IN PLOG_FILE LogFile, IN LPCWSTR Format, IN va_list args) |
BOOL | WriteToLogPrintf (IN PLOG_FILE LogFile, IN LPCWSTR Format,...) |
BOOL CALLBACK | EnumDesktopProc (IN LPWSTR lpszDesktop, IN LPARAM lParam) |
VOID | DoTest (HWND hWnd) |
INT_PTR CALLBACK | About (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
int APIENTRY | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
Definition at line 204 of file winstation.c.
Referenced by wWinMain().
Definition at line 58 of file winstation.c.
Referenced by DoTest().
Definition at line 143 of file winstation.c.
Referenced by About(), and ProcessCommandLine().
Definition at line 125 of file winstation.c.
Referenced by DoTest().
BOOL InitLog | ( | OUT PLOG_FILE | LogFile, |
IN LPCWSTR | LogFileName, | ||
IN PWCHAR | pBuffer, | ||
IN size_t | cbBufferSize | ||
) |
Definition at line 30 of file winstation.c.
Definition at line 66 of file winstation.c.
Referenced by DoTest(), WriteToLogPrintfV(), and WriteToLogPuts().
Definition at line 103 of file winstation.c.
Referenced by DoTest(), and EnumDesktopProc().
Definition at line 88 of file winstation.c.
Referenced by WriteToLogPrintf().
int APIENTRY wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 230 of file winstation.c.