NFC_CX_CLIENT_CONFIG_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nfccx.h

VOID NFC_CX_CLIENT_CONFIG_INIT(
  [out] PNFC_CX_CLIENT_CONFIG Config,
  [in]  NFC_CX_TRANSPORT_TYPE BusType
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nfccx-nfc_cx_client_config_init)

NFC_CX_CLIENT_CONFIG_INIT function

Description

The NFC_CX_CLIENT_CONFIG_INIT function initializes the NFC_CX_CLIENT_CONFIG structure.

Parameters

Config [out]

A pointer to an NFC_CX_CLIENT_CONFIG structure.

BusType [in]

An NFC_CX_TRANSPORT_TYPE enumeration.

See also

NFC class extension design guide

Near field communication (NFC) design guide