Metodo ISyncMgrEvent::GetHandlerID (syncmgr.h)
Ottiene l'ID del gestore per il quale è stato registrato l'evento.
Sintassi
HRESULT GetHandlerID(
[out] LPWSTR *ppszHandlerID
);
Parametri
[out] ppszHandlerID
Tipo: LPWSTR*
Quando termina, questo metodo contiene un puntatore a un ID gestore come stringa Unicode.
Valore restituito
Tipo: HRESULT
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Commenti
L'ID gestore può avere una lunghezza massima di MAX_SYNCMGR_ID, incluso il carattere Null di terminazione. L'evento deve allocare il buffer di stringa usando CoTaskMemAlloc, che Sync Center usa per deallocare il buffer di stringa.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | syncmgr.h |