Methods : CompileProtocol method

CompileProtocol method
Description
Compiles the specified protocol. This method is used with the LogMessage event. See “LogMessage event” .
Syntax
 
HRESULT CompileProtocol(
[in] BSTR protocol,
[out] LONG* errorCount,
[out] LONG* warningCount,
[out,retval] enum V11ReturnCode* returnCode
);
Parameters
 
Return value
The CompileProtocol method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” .
Sample code
Visual C++
 
Visual Basic .NET
 
Related information