Méthode ISyncMgrSynchronize ::GetHandlerInfo (mobsync.h)

Obtient des informations de gestionnaire.

Syntaxe

HRESULT GetHandlerInfo(
  [out] SYNCMGRHANDLERINFO **ppSyncMgrHandlerInfo
);

Paramètres

[out] ppSyncMgrHandlerInfo

Type : SYNCMGRHANDLERINFO**

Pointeur vers une structure SYNCMGRHANDLERINFO .

Valeur retournée

Type : HRESULT

Cette méthode prend en charge les valeurs de retour standard E_INVALIDARG, E_UNEXPECTED et E_OUTOFMEMORY, ainsi que les éléments suivants :

Code de retour Description
S_OK
Les informations du gestionnaire sont retournées avec succès.

Remarques

Le gestionnaire doit utiliser la fonction CoTaskMemAlloc pour allouer de la mémoire.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
Plateforme cible Windows
En-tête mobsync.h
DLL Mobsync.dll

Voir aussi

ISyncMgrSynchronize

SYNCMGRHANDLERINFO