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 )
IMFactory Interface IMFactory Members