URS_CONFIG_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ursdevice-urs_config_init)

URS_CONFIG_INIT function

Description

Initializes a URS_CONFIG structure.

Parameters

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.

See also

URS_CONFIG

UrsDeviceInitialize