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.

9 lines
333 B

  1. #ifndef __CSCUI_SYNCMGR_H
  2. #define __CSCUI_SYNCMGR_H
  3. HRESULT RegisterSyncMgrHandler(BOOL bRegister=TRUE, LPUNKNOWN punkSyncMgr=NULL);
  4. HRESULT RegisterForSyncAtLogonAndLogoff(DWORD dwMask, DWORD dwValue);
  5. HRESULT IsRegisteredForSyncAtLogonAndLogoff(bool *pbLogon = NULL, bool *pbLogoff = NULL);
  6. #endif // __CSCUI_SYNCMGR_H