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 |
|
Send comments about this topic to Microsoft
Build date: 11/27/2012