Source code of Windows XP (NT5)
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

#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 );