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.

28 lines
491 B

  1. #ifndef _SOFTPCIWNDH_
  2. #define _SOFTPCIWNDH_
  3. extern HINSTANCE g_Instance;
  4. extern const TCHAR g_SoftPCIMainClassName[];
  5. extern HWND g_SoftPCIMainWnd;
  6. extern HWND g_TreeViewWnd;
  7. extern HWND g_SoftPCITreeWnd;
  8. extern INT g_PaneSplit;
  9. extern HANDLE g_DriverHandle;
  10. HWND
  11. SoftPCI_CreateMainWnd(
  12. VOID
  13. );
  14. LRESULT
  15. WINAPI
  16. SoftPCI_MainWndProc(
  17. IN HWND hWnd,
  18. IN UINT Message,
  19. IN WPARAM wParam,
  20. IN LPARAM lParam
  21. );
  22. #endif