NfcCxDeviceInitConfig - NtDoc

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

NTSTATUS NfcCxDeviceInitConfig(
  [in, out] PWDFDEVICE_INIT       DeviceInit,
  [in]      PNFC_CX_CLIENT_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NfcCxDeviceInitConfig function

Description

Called by the client driver during its AddDevice routine to perform DeviceInit functions. During this process the following I/O callback functions are also exchanged:

Parameters

DeviceInit [in, out]

A pointer to a WDFDEVICE_INIT structure.

Config [in]

A pointer to an NFC_CX_CLIENT_CONFIG structure.

Return value

If the operation succeeds, the function returns STATUS_SUCCESS.

See also

NFC class extension design guide

Near field communication (NFC) design guide