FreeRDP
USB_SEARCHMAN Struct Reference

#include <searchman.h>

Data Fields

int usb_numbers
 
UINT32 UsbDevice
 
USB_SEARCHDEV * idev
 
USB_SEARCHDEV * head
 
USB_SEARCHDEV * tail
 
void * urbdrc
 
void(* rewind )(USB_SEARCHMAN *seachman)
 
void(* show )(USB_SEARCHMAN *self)
 
BOOL(* add )(USB_SEARCHMAN *seachman, UINT16 idVendor, UINT16 idProduct)
 
int(* remove )(USB_SEARCHMAN *searchman, UINT16 idVendor, UINT16 idProduct)
 
int(* has_next )(USB_SEARCHMAN *seachman)
 
USB_SEARCHDEV *(* get_next )(USB_SEARCHMAN *seachman)
 
void(* free )(USB_SEARCHMAN *searchman)
 

Field Documentation

BOOL(* USB_SEARCHMAN::add) (USB_SEARCHMAN *seachman, UINT16 idVendor, UINT16 idProduct)
void(* USB_SEARCHMAN::free) (USB_SEARCHMAN *searchman)
USB_SEARCHDEV*(* USB_SEARCHMAN::get_next) (USB_SEARCHMAN *seachman)
int(* USB_SEARCHMAN::has_next) (USB_SEARCHMAN *seachman)
USB_SEARCHDEV* USB_SEARCHMAN::head
USB_SEARCHDEV* USB_SEARCHMAN::idev
int(* USB_SEARCHMAN::remove) (USB_SEARCHMAN *searchman, UINT16 idVendor, UINT16 idProduct)
void(* USB_SEARCHMAN::rewind) (USB_SEARCHMAN *seachman)
void(* USB_SEARCHMAN::show) (USB_SEARCHMAN *self)
USB_SEARCHDEV* USB_SEARCHMAN::tail
void* USB_SEARCHMAN::urbdrc
int USB_SEARCHMAN::usb_numbers
UINT32 USB_SEARCHMAN::UsbDevice

The documentation for this struct was generated from the following file: