Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
176 B

  1. #define IRENUM_CONFIG_SPACE_INFO 0
  2. typedef struct _IRCOMM_BUS_INFO {
  3. ULONG DeviceAddress;
  4. BOOLEAN OutGoingConnection;
  5. } IRCOMM_BUS_INFO, *PIRCOMM_BUS_INFO;