You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
412 B
18 lines
412 B
#define UNICODE
|
|
#define _UNICODE
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
#include <wmistr.h>
|
|
#include <objbase.h>
|
|
#include <initguid.h>
|
|
#include <evntrace.h>
|
|
|
|
ULONG ahextoi( TCHAR *s);
|
|
|
|
void RemoveComment( TCHAR *String);
|
|
void ConvertAsciiToGuid( TCHAR *String, LPGUID Guid);
|
|
void SplitCommandLine( LPTSTR CommandLine, LPTSTR* pArgv);
|