NfcCxSetRfDiscoveryConfig - NtDoc

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

NTSTATUS NfcCxSetRfDiscoveryConfig(
  WDFDEVICE                    Device,
  PCNFC_CX_RF_DISCOVERY_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NfcCxSetRfDiscoveryConfig function

Description

Called by the client driver to configure the RF discovery parameters.

Parameters

Device

A handle to a framework device object.

Config

A pointer to an NFC_CX_RF_DISCOVERY_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