libusbK.OvlK.Release C# (CSharp) Method

Release() public method

public Release ( KOVL_HANDLE OverlappedK ) : bool
OverlappedK KOVL_HANDLE
return bool
        public bool Release(KOVL_HANDLE OverlappedK)
        {
            return Functions.OvlK_Release(OverlappedK);
        }