NfcCxDeviceInitialize function (nfccx.h)

Called by the client driver after a WDF device has been created during the AddDevice routine.

Syntax

NTSTATUS NfcCxDeviceInitialize(
  WDFDEVICE Device
);

Parameters

Device

A handle to a framework device object.

Return value

If the operation succeeds, the function returns STATUS_SUCCESS.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server None supported
Target Platform Windows
Header nfccx.h (include Ncidef.h)
Library Nfccxstub.lib
DLL NfcCx.dll

See also

NFC class extension design guide

Near field communication (NFC) design guide