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.
35 lines
564 B
35 lines
564 B
#define UNICODE
|
|
#define _UNICODE
|
|
|
|
#ifndef _READFILE_H
|
|
#define _READFILE_H
|
|
/*
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
#include <wmistr.h>
|
|
#include <objbase.h>
|
|
#include <initguid.h>
|
|
#include <evntrace.h>
|
|
|
|
#include "struct.h"
|
|
#include "utils.h"
|
|
*/
|
|
#define MAX_STR 256
|
|
|
|
|
|
ULONG
|
|
ReadInputFile(LPTSTR InputFile, PREGISTER_TRACE_GUID RegisterTraceGuid);
|
|
|
|
BOOLEAN
|
|
ReadGuid( LPGUID ControlGuid );
|
|
|
|
BOOLEAN
|
|
ReadUlong( ULONG *GuidCount);
|
|
|
|
BOOLEAN
|
|
ReadString( TCHAR *String, ULONG StringLength);
|
|
|
|
|
|
#endif
|