ShowTipStateEditor method Description Displays the Tip State Editor. Syntax HRESULT ShowTipStateEditor( [in] BSTR protocol, [out,retval] enum V11ReturnCode* returnCode); Parameters protocol [in] The file path of the protocol. Return value The ShowTipStateEditor method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” . Sample code Visual C++ VWorks4Lib.V11ReturnCode retCode; retCode=oVWorksCOM->ShowTipStateEditor (“c:\\myprotocol.pro”); Visual Basic .NET Dim retCode as VWorks4Lib.V11ReturnCode retCode=oVWorksCOM.ShowTipStateEditor (“c:\myprotocol.pro”) Related information For information about... See... GetTipStates method “GetTipStates method”