NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ITypeLibExporterNotifySink.ReportEvent

[To be supplied.]

[Visual Basic]
Sub ReportEvent( _
   ByVal eventKind As ExporterEventKind, _
   ByVal eventCode As Integer, _
   ByVal eventMsg As String _
)
[C#]
void ReportEvent(
   ExporterEventKind eventKind,
   int eventCode,
   string eventMsg
);
[C++]
void ReportEvent(
   ExporterEventKind eventKind,
   int eventCode,
   String* eventMsg
) = 0;
[JScript]
function ReportEvent(
   eventKind : ExporterEventKind,
   eventCode : int,
   eventMsg : String
);

Parameters

eventKind
[To be supplied.]
eventCode
[To be supplied.]
eventMsg
[To be supplied.]

See Also

ITypeLibExporterNotifySink Interface | ITypeLibExporterNotifySink Members | System.Runtime.InteropServices Namespace