bbrdb.h 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #ifndef _BB_RDB_HEADER #define _BB_RDB_HEADER #define RDB_IN_PIPE 0 #define RDB_OUT_PIPE 1 HANDLE open_usb_pipe(int which); BOOL GetUsbDeviceFileName( LPGUID pGuid, char *name); #endif