Blocks until one of the desired notifications is received. Use this function to get notifications about any combination of system, sponsor, or dependent events.
The call fills the lpEventInfo buffer with information about the event notification. For a description of possible event types, see the NTXEVENTINFO structure.
Visual Basic:
Sub ntxNotifyEvent( ByVal dwEventFlags As Integer, ByVal dwMilliseconds As Integer, ByRef lpEventInfo As NTXEVENTINFO)
Visual C#:
void ntxNotifyEvent ( Int32 dwEventFlags, Int32 dwMilliseconds, ref INtime.NTXEVENTINFO lpEventInfo);
dwEventFlags
dwMilliseconds
lpEventInfo
E_TIME
E_NTX_INTERNAL_ERROR
Versions | Reference |
---|---|
INtime 3.0 | INtimeDotNet |
INtimeDotNet system calls, Distributed systems manager calls, Process system calls, NTXEVENTINFO