8 #ifndef _ROSAUTOTEST_H_ 9 #define _ROSAUTOTEST_H_ 21 #define WIN32_NO_STATUS 23 #define COM_NO_WINDOWS_H 33 #include <reactos/buildno.h> 53 #include <rosautotestmsg.h> 56 #define EXCEPTION(Message) throw CSimpleException(Message) 57 #define FATAL(Message) throw CFatalException(__FILE__, __LINE__, Message) 58 #define SSEXCEPTION throw CSimpleException(ss.str()) 59 #define TESTEXCEPTION(Message) throw CTestException(Message)
static CHAR AppName[MAX_PATH]
CConfiguration Configuration
_Must_inspect_result_ _In_ WDFDEVICE _In_ WDFSTRING String
_Must_inspect_result_ _In_ WDFDEVICE _In_ PCUNICODE_STRING KeyName
wstring AsciiToUnicode(const char *AsciiString)
string UnicodeToAscii(PCWSTR UnicodeString)
string EscapeString(const char *Input)
string StringOut(const string &String, bool forcePrint=true)
string GetINIValue(PCWCH AppName, PCWCH KeyName, PCWCH FileName)
bool IsNumber(const char *Input)