Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

25 lines
516 B

#ifdef __cplusplus
extern "C"
{
#endif
#define TSTR_DONT_CARE (-1)
extern TCHAR * TstrConcat (
TCHAR * pchBuffer, // The output buffer
INT cchMax, // Size of buffer or -1 (don't care)
const TCHAR * pchStr, ... // 1st string pointer
) ;
// Enxable all privileges on the current process token. This
// is used just prior to attempting to shut down the system.
extern LONG EnableAllPrivileges ( VOID ) ;
#ifdef __cplusplus
}
#endif