ReactOS 0.4.15-dev-8102-g108db8f
main.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int app_main (int argc, char *argv[])
 
DWORD GetInput (char *Buffer, int buflen)
 
int test_ansi_files (int test_num)
 
int test_unicode_files (int test_num)
 

Function Documentation

◆ app_main()

int app_main ( int  argc,
char argv[] 
)

◆ GetInput()

DWORD GetInput ( char Buffer,
int  buflen 
)

Definition at line 12 of file main.c.

13{
15
17 return Result;
18}
Definition: bufpool.h:45
#define NULL
Definition: types.h:112
BOOL WINAPI DECLSPEC_HOTPATCH ReadConsoleA(IN HANDLE hConsoleInput, OUT LPVOID lpBuffer, IN DWORD nNumberOfCharsToRead, OUT LPDWORD lpNumberOfCharsRead, IN PCONSOLE_READCONSOLE_CONTROL pInputControl OPTIONAL)
Definition: readwrite.c:1195
unsigned long DWORD
Definition: ntddk_ex.h:95
HANDLE InputHandle
Definition: main.c:9
_At_(*)(_In_ PWSK_CLIENT Client, _In_opt_ PUNICODE_STRING NodeName, _In_opt_ PUNICODE_STRING ServiceName, _In_opt_ ULONG NameSpace, _In_opt_ GUID *Provider, _In_opt_ PADDRINFOEXW Hints, _Outptr_ PADDRINFOEXW *Result, _In_opt_ PEPROCESS OwningProcess, _In_opt_ PETHREAD OwningThread, _Inout_ PIRP Irp Result)(Mem)) NTSTATUS(WSKAPI *PFN_WSK_GET_ADDRESS_INFO
Definition: wsk.h:409

Referenced by regdump().

◆ test_ansi_files()

int test_ansi_files ( int  test_num)

◆ test_unicode_files()

int test_unicode_files ( int  test_num)