C# Class UpdateOEMCfgTool.Global.ClsRegisterHidEvent

Mostra file Open project: mti-rfid/RFID_Explorer

Public Properties

Property Type Description
DBT_DEVICE_ARRIVAL System.Int32
DBT_DEVICE_REMOVE_COMPLETE System.Int32
DBT_DEVTYP_DEVICE_INTERFACE System.Int32
WM_DEVICECHANGE System.Int32

Public Methods

Method Description
IsReg ( ) : System.Boolean
RegisterHidEvent ( IntPtr r_HANDLE ) : void
UnRegisterHidEvent ( ) : System.Boolean

Private Methods

Method Description
HidD_GetHidGuid ( System &HidGuid ) : void
RegisterDeviceNotification ( IntPtr hRecipient, IntPtr NotificationFilter, Int32 Flags ) : IntPtr
UnregisterDeviceNotification ( IntPtr r_Handle ) : System.Boolean

Method Details

IsReg() public method

public IsReg ( ) : System.Boolean
return System.Boolean

RegisterHidEvent() public method

public RegisterHidEvent ( IntPtr r_HANDLE ) : void
r_HANDLE System.IntPtr
return void

UnRegisterHidEvent() public method

public UnRegisterHidEvent ( ) : System.Boolean
return System.Boolean

Property Details

DBT_DEVICE_ARRIVAL public_oe property

public Int32,System DBT_DEVICE_ARRIVAL
return System.Int32

DBT_DEVICE_REMOVE_COMPLETE public_oe property

public Int32,System DBT_DEVICE_REMOVE_COMPLETE
return System.Int32

DBT_DEVTYP_DEVICE_INTERFACE public_oe property

public Int32,System DBT_DEVTYP_DEVICE_INTERFACE
return System.Int32

WM_DEVICECHANGE public_oe property

public Int32,System WM_DEVICECHANGE
return System.Int32