// 61883.h
typedef struct _SET_CMP_ADDRESS_TYPE {
IN ULONG Type;
} SET_CMP_ADDRESS_TYPE, *PSET_CMP_ADDRESS_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The SET_CMP_ADDRESS_TYPE structure is used in conjunction with the Av61883_SetUnitInfo request to set the parameters that the IEC-61883 protocol driver should use when capturing and transmitting isochronous packets.
TypeIndicates what kind of address range plugs can be accessed in. Possible values are:
This requests the default behavior. All plugs created on the local system are within a global address range, accessible by any node on the 1394 bus.
This flag must be set before any plugs are created or removed within the driver. When this flag is set, all plugs created within the driver are in an exclusive address range, only accessible to the device for which the driver is loaded.