MFileCreate Method (IMFactory)
MFile object
additional properties
creates MFile object
Syntax
Sub MFileCreate( _
   ByRef _ppFile As IMFile, _
   ByVal _bsProps As String _
) 
void MFileCreate( 
   out IMFile _ppFile,
   string _bsProps
)
procedure MFileCreate( 
   Out  _ppFile: IMFile;
    _bsProps: String
); 
void MFileCreate( 
   [PARAMFLAG::Out] IMFile* _ppFile,
   BSTR* _bsProps
) 

Parameters

_ppFile
MFile object
_bsProps
additional properties
See Also

Reference

IMFactory Interface
IMFactory Members