Syntax
InitEvent (HANDLE hEv, INT nWhich)
Description
Initializes the event handle for the specified event object. This registers the event object in the uEye kernel driver.
Parameter
hEv |
Event handle created by the CreateEvent() Windows API function. |
nWhich |
ID of the event to be initialized (see EnableEvent) |
Interface
Related functions