IWICImagingFactory_CreateEncoder_Proxy function
Proxy function for the CreateEncoder method.
Syntax
HRESULT IWICImagingFactory_CreateEncoder_Proxy(
_In_ IWICImagingFactory *pFactory,
_In_ REFGUID guidContainerFormat,
_In_opt_ const GUID *pguidVendor,
_Out_ IWICBitmapEncoder **ppIEncoder
);
Parameters
- pFactory [in]
-
Type: IWICImagingFactory*
- guidContainerFormat [in]
-
Type: REFGUID
The GUID for the desired container format.
- pguidVendor [in, optional]
-
Type: const GUID*
The vendor GUID for the encoder.
- ppIEncoder [out]
-
Type: IWICBitmapEncoder**
A pointer that receives a pointer to a new IWICBitmapDecoder.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
DLL |
|