ISyncMgrSynchronizeCallback::EnableModeless method (mobsync.h)
Called by the registered application before and after any dialog boxes are displayed from within the PrepareForSync and Synchronize methods.
Syntax
HRESULT EnableModeless(
[in] BOOL fEnable
);
Parameters
[in] fEnable
Type: BOOL
TRUE if the registered application is requesting permission to display a dialog box or FALSE if the registered application has finished displaying a dialog box.
Return value
Type: HRESULT
This method can return one of these values.
Return code | Description |
---|---|
|
Continue the synchronization. |
|
The dialog box should not be displayed. |
Remarks
To request permission to display a dialog box, the registered application first calls ISyncMgrSynchronizeCallback::EnableModeless with fEnable set to TRUE. If S_OK is returned, the registered application may display the dialog box. Once the dialog box has been displayed, the registered application must call ISyncMgrSynchronizeCallback::EnableModeless with fEnable set to FALSE to notify SyncMgr that other items may now display user interface elements.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | mobsync.h |
DLL | Mobsync.dll |