Condividi tramite


struttura BITMAP_RENDERER_STATISTICS (tsvirtualchannels.h)

Contiene statistiche per il renderer bitmap di reindirizzamento multimediale RemoteFX.

Sintassi

typedef struct __BITMAP_RENDERER_STATISTICS {
  DWORD dwFramesDelivered;
  DWORD dwFramesDropped;
} BITMAP_RENDERER_STATISTICS, *PBITMAP_RENDERER_STATISTICS;

Members

dwFramesDelivered

Numero di fotogrammi recapitati.

dwFramesDropped

Numero di fotogrammi eliminati.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Server minimo supportato Windows Server 2012
Intestazione tsvirtualchannels.h

Vedi anche

GetRendererStatistics