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.
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, *PWSD_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
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | wsdbase.h (include Wsdapi.h) |