Base module
Typedefs
-
using ubyte_t = BYTE
-
using ushort_t = WORD
-
using long_t = LONG
-
using ulong_t = DWORD
-
using uquad_t = ULONG64
-
using pvoid_t = LPVOID
-
using pfunc_t = FARPROC
-
using pbytes_t = BYTE*
-
using handle_t = HANDLE
-
using hmodule_t = HMODULE
-
using lbool_t = BOOL
-
using hfile_t = FILE
Functions
-
wstring string_widen(const string &narrow)
-
string string_narrow(const wstring &wide)
-
string string_lower(const string &upper)