SmcCxDeinitializeCx function
Releases resources allocated in its previous call to SmcCxInitialize.
Syntax
FORCEINLINE void SmcCxDeinitializeCx(
_In_ WDFDEVICE Device
);
Parameters
- Device [in]
Handle to the framework device object.
Return value
This function does not return a value.
Remarks
The client driver must call SmcCxDeinitializeCx in its EvtDeviceReleaseHardware. The call clears all pending requests in the queues and frees all resources such as previously allocated buffers for data transfer.
Requirements
Target platform |
Desktop |
Header |
SmcCx.h on Windows 10 |
See also