|
COMPersistHelper::GetCurFileNameGet current filename Description
public stringfalse COMPersistHelper::GetCurFileName()
Retrieves the current name of the file associated with the object. ParametersThis function has no parameters. Return ValuesReturns the current name of the file associated with the object. Errors/ExceptionsA com_exception is thrown if the associated object does not implement the COM interface IPersistFile, or when calling the IPersistFile::GetCurFile method failed. |