PEERDIST_CONTENT_TAG struttura (peerdist.h)

La struttura PEERDIST_CONTENT_TAG contiene un tag di contenuto fornito dal client come input all'API PeerDistClientOpenContent .

Sintassi

typedef struct peerdist_content_tag_tag {
  BYTE Data[16];
} PEERDIST_CONTENT_TAG, *PPEERDIST_CONTENT_TAG;

Members

Data[16]

Un tag da 16 byte associato al contenuto aperto.

Requisiti

   
Client minimo supportato Windows 7 Professional [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione peerdist.h

Vedi anche

PeerDistClientFlushContent

PeerDistClientOpenContent