|
COMPersistHelper::LoadFromFileLoad object from file Descriptionpublic bool COMPersistHelper::LoadFromFile(string
$filename , int $flags = 0)Opens the specified file and initializes an object from the file contents. Parameters
Return Values
Returns Errors/ExceptionsA com_exception is thrown if the associated object does not implement the COM interface IPersistFile, or when calling the IPersistFile::Load method failed. |