![]() |
Compiles the specified protocol. This method is used with the LogMessage event. See “LogMessage event” .
HRESULT CompileProtocol(
[in] BSTR protocol,
[out] LONG* errorCount,
[out] LONG* warningCount,
[out,retval] enum V11ReturnCode* returnCode
);
[out] Pointer to a variable that receives the number of errors found. [out] Pointer to a variable that receives the number of warnings found.The CompileProtocol method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” .