libusbK.OvlK.GetEventHandle C# (CSharp) Method

GetEventHandle() public method

public GetEventHandle ( KOVL_HANDLE OverlappedK ) : IntPtr
OverlappedK KOVL_HANDLE
return System.IntPtr
        public IntPtr GetEventHandle(KOVL_HANDLE OverlappedK)
        {
            return Functions.OvlK_GetEventHandle(OverlappedK);
        }