1,488
社区成员




dim urdi as usb_relay_device_info
dim retval as long
retval = usb_relay_device_enumerate
memcpy urdi,retval,lenb(urdi)
type usb_relay_device_type
'...
end type
type usb_relay_device_info
serial_number as long
device_path as long
type_ as usb_relay_device_type
next as long
end type
declare function usb_relay_device_enumerate() as long