This document is archived and information here might be outdated. Recommended version. |
Sends a command request,i.e.: ConnectorPing.
[Visual Basic .NET] Public Function SendCommandRequest ( _ ByVal command As String, _ ByVal trackCancel As ITrackCancel, _ ByVal showConnectingAVI As Boolean, _ ByVal processMessages As Boolean _ ) As String
[C#] public string SendCommandRequest ( string command, ITrackCancel trackCancel, bool showConnectingAVI, bool processMessages );
[C++]
HRESULT SendCommandRequest(
BSTR command,
ITrackCancel* trackCancel,
VARIANT_BOOL showConnectingAVI,
VARIANT_BOOL processMessages
);
[C++]
Parameters command [in]
command is a parameter of type BSTR trackCancel [in]
trackCancel is a parameter of type ITrackCancel* showConnectingAVI [in]
showConnectingAVI is a parameter of type bool processMessages [in]
processMessages is a parameter of type bool