Previous | Next |
The WMCreateEditor method creates an IWMMetadataEditor object.
Syntax
HRESULT WMCreateEditor(
IWMMetadataEditor** ppEditor
);
Parameters
ppEditor
[out] If the method succeeds, pointer to a pointer to an IWMMetadataEditor object.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
E_OUTOFMEMORY | There is not enough available memory. |
See Also
Previous | Next |