IWMEncBasicEdit::get_ConfigFile
![]() |
The get_ConfigFile method retrieves the name of the XML file containing configuration data for the basic edit process.
Syntax
HRESULT get_ConfigFile(
BSTR* pbstrConfigXMLFileName
);
Parameters
pbstrConfigXMLFileName
[out] Pointer to a BSTR containing the file name and path.
Return Values
If the method succeeds, it returns S_OK. If it fails, it supports the IErrorInfo interface and returns an HRESULT error code.
| Return code | Number | Description |
| E_POINTER | 0x80004003 | The pointer to the name and path is NULL. |
Remarks
For more information about the format of the configuration file, see The Configuration File for Postprocessing.
Requirements
Header: wmencode.h
Library: wmenc.exe
See Also
.gif)