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.
Gets DDS-specific data.
Syntax
HRESULT GetParameters(
[out] WICDdsParameters *pParameters
);
Parameters
[out] pParameters
Type: WICDdsParameters*
Points to the structure where the information is returned.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
An application can call GetParameters to obtain the default DDS parameters, modify some or all of them, and then call SetParameters.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 R2 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | wincodec.h |
| Library | Windowscodecs.lib |
| DLL | Windowscodecs.dll |