UnregisterNotify() public static method

public static UnregisterNotify ( IntPtr handle ) : bool
handle IntPtr
return bool
Beispiel #1
0
        public virtual bool Close()
        {
            if (m_Reference != IntPtr.Zero)
            {
                ScpDevice.UnregisterNotify(m_Reference);
            }

            return(!m_Started);
        }