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.

46 lines
1.0 KiB

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. #define IDM_UPDATE_MACHINE 1
  5. #define IDM_UPDATE_USER 2
  6. #define IDM_PAUSE_MACHINE 3
  7. #define IDM_RESUME_MACHINE 4
  8. #define IDM_PAUSE_USER 5
  9. #define IDM_RESUME_USER 6
  10. #define IDM_EXIT 7
  11. #define IDM_VERBOSE 8
  12. #define IDM_EVENTVWR 9
  13. #define IDM_USERNAME 10
  14. #define IDM_COMPUTERNAME 11
  15. #define IDM_SITENAME 12
  16. #define IDM_SYNCPOLICY 13
  17. #define IDM_DCLIST 14
  18. #define IDM_CHECKGPO 15
  19. #define IDM_CLEARWINDOW 16
  20. #define IDM_SAVEAS 17
  21. #define IDM_PDCNAME 18
  22. #define IDC_NAME 100
  23. #define IDC_DCLIST 101
  24. #define IDC_BROWSE 102
  25. #define IDC_VERSION 103
  26. #define IDC_REGISTRY 104
  27. BOOL InitApplication(HANDLE);
  28. BOOL InitInstance(HANDLE, int);
  29. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  30. VOID AddString (LPTSTR lpString);
  31. DWORD NotifyThread (DWORD dwDummy);
  32. BOOL ManageDomainInfo(HWND hWnd);
  33. BOOL CheckGPO(HWND hWnd);
  34. #ifdef __cplusplus
  35. }
  36. #endif