Função UDECX_WDF_DEVICE_CONFIG_INIT (udecxwdfdevice.h)

Inicializa uma estrutura de UDECX_WDF_DEVICE_CONFIG .

Sintaxe

void UDECX_WDF_DEVICE_CONFIG_INIT(
  [out] PUDECX_WDF_DEVICE_CONFIG                  Config,
  [in]  PFN_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY EvtUdecxWdfDeviceQueryUsbCapability
);

Parâmetros

[out] Config

Um ponteiro para uma estrutura UDECX_WDF_DEVICE_CONFIG a ser inicializada.

[in] EvtUdecxWdfDeviceQueryUsbCapability

Um ponteiro para uma função de retorno de chamada EVT_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY.

Retornar valor

Nenhum

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10
Servidor mínimo com suporte Windows Server 2016
Plataforma de Destino Windows
Versão mínima do KMDF 1.15
Cabeçalho udecxwdfdevice.h (inclua Udecx.h)
Biblioteca Udecxstub.lib
IRQL PASSIVE_LEVEL

Confira também

UDECX_WDF_DEVICE_CONFIG

UdecxWdfDeviceAddUsbDeviceEmulation