PEERDIST_PUBLICATION_OPTIONS structure (peerdist.h)

The PEERDIST_PUBLICATION_OPTIONS structure contains publication options, including the API version information and possible option flags.

Syntax

typedef struct peerdist_publication_options_tag {
  DWORD dwVersion;
  DWORD dwFlags;
} PEERDIST_PUBLICATION_OPTIONS, *PPEERDIST_PUBLICATION_OPTIONS;

Members

dwVersion

The following possible values reflect the version number of the client:

Value Meaning
1
Version 1.0
2
Version 2.0

dwFlags

Reserved.

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