HomeSort by relevance Sort by last modified time
    Searched refs:DLL_LOAD (Results 1 - 2 of 2) sorted by null

  /external/libusb_aah/libusb/os/
windows_usb.c 212 DLL_LOAD(Cfgmgr32.dll, CM_Get_Parent, TRUE);
213 DLL_LOAD(Cfgmgr32.dll, CM_Get_Child, TRUE);
214 DLL_LOAD(Cfgmgr32.dll, CM_Get_Sibling, TRUE);
215 DLL_LOAD(Cfgmgr32.dll, CM_Get_Device_IDA, TRUE);
    [all...]
windows_usb.h 269 #define DLL_LOAD(dll, name, ret_on_failure) DLL_LOAD_PREFIXNAME(dll, name, name, ret_on_failure)

Completed in 176 milliseconds