Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |