Metodo ISyncMgrEvent::GetItemID (syncmgr.h)
Ottiene l'ID dell'elemento per cui è stato registrato l'evento.
Sintassi
HRESULT GetItemID(
[out] LPWSTR *ppszItemID
);
Parametri
[out] ppszItemID
Tipo: LPWSTR*
Contiene un puntatore a un ID elemento 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 elemento può avere una lunghezza massima di MAX_SYNCMGR_ID, incluso il carattere null terminante. 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 |