Metodo IPresentationManager::GetNextPresentStatistics (presentation.h)
Ottiene l'elemento successivo presente delle statistiche nella coda.
Sintassi
HRESULT GetNextPresentStatistics(
IPresentStatistics **nextPresentStatistics
);
Parametri
nextPresentStatistics
Tipo: IPresentStatistics **
Puntatore all'elemento successivo presente delle statistiche nella coda o nullptr
se la coda è vuota.
Valore restituito
Tipo: HRESULT
Se la funzione ha esito positivo, restituisce S_OK
; in caso contrario, restituisce un HRESULT
valore che indica l'errore.
Commenti
Se la coda delle statistiche presente è vuota, non verrà restituito alcun errore. Verrà invece nullptr
restituito nel parametro out.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Build 22000 |
Server minimo supportato | Windows Build 22000 |
Intestazione | presentation.h |
Libreria | dcomp.lib |
DLL | dcomp.dll |