Sub MFStrGetByIndex( _
ByVal As Integer, _
ByRef As String, _
ByRef As String _
)
void MFStrGetByIndex(
int ,
out string ,
out string
)
procedure MFStrGetByIndex(
: Integer;
Out : String;
Out : String
);
void MFStrGetByIndex(
int ,
[PARAMFLAG::Out] BSTR* ,
[PARAMFLAG::Out] BSTR*
)