Leaked source code of windows server 2003
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.
|
|
/**************************************************************************
File: util.h Description:
**************************************************************************/ #include <tchar.h>
#ifdef __cplusplus
extern "C" { #endif
BOOL GetRegKeyValue(HINSTANCE hInstance, HKEY hRootKey, LPTSTR szBaseKey,int valueStrID, LPTSTR szValue); void DisplayMessage(LPCSTR szMessage, LPCSTR szFormat=0); BOOL Succeeded(HANDLE h, LPCSTR strFunctionName); BOOL Succeeded1(BOOL h, LPCSTR strFunctionName);
#ifdef __cplusplus
} #endif
|