43StringReplace(std::string & str,
const std::string & from,
const std::string & to);
UCHAR BOOLEAN
Definition BasicTypes.h:39
#define VOID
Definition BasicTypes.h:33
unsigned __int64 UINT64
Definition BasicTypes.h:21
unsigned int UINT32
Definition BasicTypes.h:48
VOID TestCreateLookupTable(HANDLE PipeHandle, PVOID KernelInformation, UINT32 KernelInformationSize)
BOOLEAN TestCase(std::vector< std::string > &TestCase)
BOOLEAN StringReplace(std::string &str, const std::string &from, const std::string &to)
Definition tools.cpp:23
std::string Uint64ToString(UINT64 value)
Definition tools.cpp:15
std::string ConvertToString(char *Str)
Definition tools.cpp:33