IWICComponentFactory_CreateMetadataWriterFromReader_Proxy function
Proxy function for the CreateMetadataWriterFromReader method.
Syntax
HRESULT IWICComponentFactory_CreateMetadataWriterFromReader_Proxy(
_In_ IWICComponentFactory *THIS_PTR,
_In_ IWICMetadataReader *pIReader,
_In_ const GUID *pguidVendor,
_Out_ IWICMetadataWriter **ppIWriter
);
Parameters
- THIS_PTR [in]
-
Type: IWICComponentFactory*
Pointer to this IWICComponentFactory object.
- pIReader [in]
-
Type: IWICMetadataReader*
- pguidVendor [in]
-
Type: const GUID*
- ppIWriter [out]
-
Type: IWICMetadataWriter**
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 |
|
Show: