Home | History | Annotate | Download | only in winusb

Lines Matching refs:HANDLE

70   /** \brief Creates handle to this object.

72 In this call a handle for this object is generated and object is added
75 @return A handle to this object on success or NULL on an error.
82 /** \brief This method is called when handle to this object gets closed.
85 this method in order close WinUsb handle created in CreateHandle method
141 @return Handle to the opened endpoint object or NULL on failure.
158 @return Handle to the opened endpoint object or NULL on failure.
165 /// Gets handle to the USB device
166 HANDLE usb_device_handle() const {
170 /// Gets interface handle used by WinUSB API
181 /// Handle to the USB device
182 HANDLE usb_device_handle_;
184 /// Interface handle used by WinUSB API