Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
|
Version 1.0 |
|
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 |