|
SetContainerFileName |
Top Previous Next |
|
Sets the original file name of the composite file.
Parameters
bstrFileName [in] Original file name of the composite file.
Return Value
S_OK File name was successfully set. E_FAIL An error occurred.
Remarks
Since the composite file may be located in a temporary location for opening (e.g. composite file within another composite file) the IExtCompositeInterpreter::Open method may not necessarily provide the original file name of the composite file. This interface is available if the composite interpreter needs to know the original file name.
Only available in version 4.0 or higher. |