Programming Guide
127
5.4.4
INotify
5.4.4.1 Enable and Disable Event
Purpose
These functions enable or disable event of DI interrupt.
Prototype
C/C++
HRESULT EnableEvent (ULONG EventID, BYTE
*EventHandle, BYTE **Cookie)
HRESULT DisableEvent (ULONG EventID, BYTE *Cookie)
C#
int EnableEvent (uint EventID, IntPtr EventHandle,
out IntPtr Cookie)
int DisableEvent (uint EventID, IntPtr Cookie)
VB.Net
EnableEvent (ByVal EventID As UInteger, ByVal
EventHandle As IntPtr, ByRef Cookie As IntPtr) As
Integer
DisableEvent (ByVal EventID As UInteger, ByValCookie
As IntPtr) As Integer
Parameters
EventID
A user defined positive number
EventHandle
A handle created by user’s application
Cookie
A pointer to retain the address of object created by
EnableEvent routine. This variable is used for releasing this
created object.
Return Value
No error occurs if return value >= 0; if negative value, call AMGet-
ErrorText function to get error information about return codes.
Содержание HDV62
Страница 11: ...vi List of Figures...
Страница 25: ...14 Installation Guide...
Страница 26: ...Installation Guide 15...
Страница 27: ...16 Installation Guide 4 Click next until driver installation is complete...
Страница 105: ...94 Programming Guide Video Proc Amp...
Страница 143: ...132 ViewCreatorPro Utility 6 2 Component Description Launch ViewCreatorPro and you can see the following view...
Страница 153: ...142 ViewCreatorPro Utility View menu Device Hide or unhide Devices panel Adjustment Hide or unhide Adjustment panel...
Страница 163: ...152 ViewCreatorPro Utility...