PEERDIST_CONTENT_TAG structure (peerdist.h)

The PEERDIST_CONTENT_TAG structure contains a client supplied content tag as an input to the PeerDistClientOpenContent API.

Syntax

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

Members

Data[16]

A 16 byte tag associated with the open content.

Requirements

Requirement Value
Minimum supported client Windows 7 Professional [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header peerdist.h

See also

PeerDistClientFlushContent

PeerDistClientOpenContent