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

  1. #ifndef _DCONFIG_H
  2. #define _DCONFIG_H
  3. ////////////////////////
  4. // Function Prototypes
  5. //
  6. //int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow);
  7. int RunDConfig(HINSTANCE hInstance, HWND hWnd, LPVOID lpDDSurf, LPDICONFIGUREDEVICESCALLBACK pCallback, DWORD dwFlags);
  8. TCHAR *AllocLoadString(UINT strid);
  9. void ErrorBox(UINT strid, HRESULT hr);
  10. void ErrorBox(UINT strid, LPCTSTR postmsg = NULL);
  11. void LastErrorBox();
  12. #endif // _DCONFIG_H