MLCHARGENLib Namespace > IMLCharGen Interface : FlashCallFunction Method |
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 )