ITypeLibImporterNotifySink.ReportEvent Method

Definition

Notifies the caller that an event occurred during the conversion of a type library.

public:
 void ReportEvent(System::Runtime::InteropServices::ImporterEventKind eventKind, int eventCode, System::String ^ eventMsg);
public void ReportEvent (System.Runtime.InteropServices.ImporterEventKind eventKind, int eventCode, string eventMsg);
abstract member ReportEvent : System.Runtime.InteropServices.ImporterEventKind * int * string -> unit
Public Sub ReportEvent (eventKind As ImporterEventKind, eventCode As Integer, eventMsg As String)

Parameters

eventKind
ImporterEventKind

An ImporterEventKind value indicating the type of event.

eventCode
Int32

Indicates extra information about the event.

eventMsg
String

A message generated by the event.

Remarks

If the event being reported is a warning or an error, eventCode will contain the HRESULT of the error. For any other event it will be 0.

Applies to