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.
 
 
 
 
 
 

16 lines
482 B

#ifndef _DCONFIG_H
#define _DCONFIG_H
////////////////////////
// Function Prototypes
//
//int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow);
int RunDConfig(HINSTANCE hInstance, HWND hWnd, LPVOID lpDDSurf, LPDICONFIGUREDEVICESCALLBACK pCallback, DWORD dwFlags);
TCHAR *AllocLoadString(UINT strid);
void ErrorBox(UINT strid, HRESULT hr);
void ErrorBox(UINT strid, LPCTSTR postmsg = NULL);
void LastErrorBox();
#endif // _DCONFIG_H