Expand Minimize
This topic has not yet been rated - Rate this topic

WSD_CONFIG_PARAM structure

Represents configuration parameters for creating WSDAPI objects.

Syntax


typedef struct _WSD_CONFIG_PARAM {
  WSD_CONFIG_PARAM_TYPE configParamType;
  PVOID                 pConfigData;
  DWORD                 dwConfigDataSize;
} WSD_CONFIG_PARAM;

Members

configParamType

A WSD_CONFIG_PARAM_TYPE value that indicates the type configuration data contained in this structure.

pConfigData

A pointer to a single configuration data structure. The configParamType member specifies the type of data passed in.

dwConfigDataSize

The size of the configuration data in pConfigData.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Wsdbase.h (include Wsdapi.h)

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.