// ursdevice.h
VOID URS_CONFIG_INIT(
[out] PURS_CONFIG Config,
[in] URS_HOST_INTERFACE_TYPE HostInterfaceType,
[in] PFN_URS_DEVICE_FILTER_RESOURCE_REQUIREMENTS EvtUrsFilterRemoveResourceRequirements
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a URS_CONFIG structure.
Config [out]A pointer to a URS_CONFIG structure to initialize.
HostInterfaceType [in]A URS_HOST_INTERFACE_TYPE type value that indicates the type of host controller that the dual-role controller implements.
EvtUrsFilterRemoveResourceRequirements [in]A pointer to a EVT_URS_DEVICE_FILTER_RESOURCE_REQUIREMENTS callback function that is implemented by the client driver.