FlashCallFunction Method (IMLCharGen)
item ID
flash function name
result of request
calls function of flash object
Syntax
Sub FlashCallFunction( _
   ByVal _bsItemID As String, _
   ByVal _bsRequest As String, _
   ByRef _pbsResponce As String _
) 
void FlashCallFunction( 
   string _bsItemID,
   string _bsRequest,
   out string _pbsResponce
)
procedure FlashCallFunction( 
    _bsItemID: String;
    _bsRequest: String;
   Out  _pbsResponce: String
); 
void FlashCallFunction( 
   BSTR* _bsItemID,
   BSTR* _bsRequest,
   [PARAMFLAG::Out] BSTR* _pbsResponce
) 

Parameters

_bsItemID
item ID
_bsRequest
flash function name
_pbsResponce
result of request
See Also

Reference

IMLCharGen Interface
IMLCharGen Members