mirror of https://github.com/tongzx/nt5src
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.
27 lines
488 B
27 lines
488 B
#define JoinPaths(x,y) JoinText(x, y, TEXT('\\'))
|
|
|
|
PTSTR
|
|
GetResourceString( HINSTANCE hInstance, DWORD dwResID );
|
|
|
|
VOID CleanupTempFiles( VOID );
|
|
|
|
VOID UtilFree( VOID );
|
|
|
|
PTSTR
|
|
GetDestPath( VOID );
|
|
|
|
PTSTR
|
|
GetModulePath( VOID );
|
|
|
|
PTSTR
|
|
JoinText( PTSTR lpStr1, PTSTR lpStr2, TCHAR chSeparator );
|
|
|
|
PTSTR
|
|
GetResourceString( HINSTANCE hInstance, DWORD dwResID );
|
|
|
|
PSTR
|
|
GetResourceStringA( HINSTANCE hInstance, DWORD dwResID );
|
|
|
|
PWSTR
|
|
GetResourceStringW( HINSTANCE hInstance, DWORD dwResID );
|
|
|