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