ProtocolComplete event Description Fires after each of the following protocols is finished: • Startup Protocol • Cleanup Protocol • Main Protocol Syntax HRESULT ProtocolComplete( [in] LONG session, [in] BSTR protocol, [in] BSTR protocol_type); Parameters session [in] The session ID. protocol [in] The file path of the protocol. protocol_type [in] A value that represents the protocol type. Possible values: • Startup • Main • Cleanup