Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the client driver during device shutdown to unregister for the previously registered sequence handler callback.
Syntax
NTSTATUS NfcCxUnregisterSequenceHandler(
WDFDEVICE Device,
NFC_CX_SEQUENCE Sequence
);
Parameters
Device
A handle to a framework device object.
Sequence
An NFC_CX_SEQUENCE-typed enumerator.
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 |