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.

13 lines
265 B

  1. #ifndef __SAVEDATA_H__
  2. #define __SAVEDATA_H__
  3. #include "resource.h"
  4. HRESULT DoOnSaveData(
  5. HWND hWnd,
  6. LPCTSTR szMachineName,
  7. CMetaInterface * pInterface,
  8. BOOL bShowMsgBox,
  9. DWORD dwLastSystemChangeNumber);
  10. #endif // __SAVEDATA_H__