Metodo ISyncMgrSyncCallback::SetHandlerProgressText (syncmgr.h)
Imposta il contenuto di un campo informativo per il gestore mentre il gestore esegue una sincronizzazione.
Sintassi
HRESULT SetHandlerProgressText(
[in] LPCWSTR pszProgressText,
[in, out] SYNCMGR_CANCEL_REQUEST *pnCancelRequest
);
Parametri
[in] pszProgressText
Tipo: LPCWSTR
Puntatore a un buffer contenente il testo del commento.
[in, out] pnCancelRequest
Tipo: SYNCMGR_CANCEL_REQUEST*
Valore dell'enumerazione SYNCMGR_CANCEL_REQUEST che specifica la natura di una richiesta di annullamento, se presente.
Valore restituito
Tipo: HRESULT
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
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 |