Skip to content

Latest commit

 

History

History
106 lines (87 loc) · 3.24 KB

nf-mobsync-isyncmgrregister-gethandlerregistrationinfo.md

File metadata and controls

106 lines (87 loc) · 3.24 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mobsync.ISyncMgrRegister.GetHandlerRegistrationInfo
ISyncMgrRegister::GetHandlerRegistrationInfo (mobsync.h)
Called by the registered application's handler to get current registration information.
GetHandlerRegistrationInfo
GetHandlerRegistrationInfo method [Windows Shell]
GetHandlerRegistrationInfo method [Windows Shell]
ISyncMgrRegister interface
ISyncMgrRegister interface [Windows Shell]
GetHandlerRegistrationInfo method
ISyncMgrRegister.GetHandlerRegistrationInfo
ISyncMgrRegister::GetHandlerRegistrationInfo
mobsync/ISyncMgrRegister::GetHandlerRegistrationInfo
shell.syncmgr_isyncmgrregister_gethandlerregistrationinfo
syncmgr.isyncmgrregister_gethandlerregistrationinfo
shell\syncmgr_isyncmgrregister_gethandlerregistrationinfo.htm
shell
35241829-58b8-448a-ae69-1d43b4d0ba10
12/05/2018
GetHandlerRegistrationInfo, GetHandlerRegistrationInfo method [Windows Shell], GetHandlerRegistrationInfo method [Windows Shell],ISyncMgrRegister interface, ISyncMgrRegister interface [Windows Shell],GetHandlerRegistrationInfo method, ISyncMgrRegister.GetHandlerRegistrationInfo, ISyncMgrRegister::GetHandlerRegistrationInfo, mobsync/ISyncMgrRegister::GetHandlerRegistrationInfo, shell.syncmgr_isyncmgrregister_gethandlerregistrationinfo, syncmgr.isyncmgrregister_gethandlerregistrationinfo
mobsync.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Mobsync.dll
Windows
19H1
ISyncMgrRegister::GetHandlerRegistrationInfo
mobsync/ISyncMgrRegister::GetHandlerRegistrationInfo
c++
APIRef
kbSyntax
COM
Mobsync.dll
ISyncMgrRegister.GetHandlerRegistrationInfo

ISyncMgrRegister::GetHandlerRegistrationInfo

-description

Called by the registered application's handler to get current registration information.

-parameters

-param clsidHandler [in]

Type: REFCLSID

The CLSID of the handler.

-param pdwSyncMgrRegisterFlags [in, out]

Type: LPDWORD

Returns registration flags from the SYNCMGRREGISTERFLAGS enumeration that indicate events for which the handler is registered to be notified.

-returns

Type: HRESULT

This method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following:

Return code Description
S_OK
Call was successful, the handler is registered.
S_FALSE
Call was not successful, the handler is not registered.

-see-also

ISyncMgrRegister