NfcCxDeviceDeinitialize - NtDoc

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

NTSTATUS NfcCxDeviceDeinitialize(
  WDFDEVICE Device
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NfcCxDeviceDeinitialize function

Description

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

Parameters

Device

A handle to a framework device object.

Return value

If the operation succeeds, the function returns STATUS_SUCCESS.

See also

NFC class extension design guide

Near field communication (NFC) design guide