windows-nt/Source/XPSP1/NT/shell/ext/cscui/syncmgr.h

10 lines
324 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __CSCUI_SYNCMGR_H
#define __CSCUI_SYNCMGR_H
HRESULT RegisterSyncMgrHandler(BOOL bRegister=TRUE, LPUNKNOWN punkSyncMgr=NULL);
HRESULT RegisterForSyncAtLogonAndLogoff(DWORD dwMask, DWORD dwValue);
HRESULT IsRegisteredForSyncAtLogonAndLogoff(bool *pbLogon = NULL, bool *pbLogoff = NULL);
#endif // __CSCUI_SYNCMGR_H