ISubmitToHostEventHandler.SubmitToHostEventHandler(Object, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int SubmitToHostEventHandler(System::Object ^ sender, System::String ^ adapterName, [Runtime::InteropServices::Out] System::String ^ % errorMessage);
public int SubmitToHostEventHandler (object sender, string adapterName, out string errorMessage);
Public Function SubmitToHostEventHandler (sender As Object, adapterName As String, ByRef errorMessage As String) As Integer
Parameters
- sender
- Object
- adapterName
- String
- errorMessage
- String