WifiRequestComplete function (wificx.h)
WiFiCx drivers call the WifiRequestComplete function to complete a request to send a command message to the device.
Syntax
void WifiRequestComplete(
WIFIREQUEST Request,
NTSTATUS NtStatus,
UINT BytesWritten
);
Parameters
Request
[In] A handle to the framework request object passed in from the EvtWifiDeviceSendCommand callback function.
NtStatus
[In] An NTSTATUS value that represents the completion status of the request.
BytesWritten
[In] The number of bytes written.
Return value
None
Remarks
WiFiCx drivers call WifiRequestComplete to complete requests from the EvtWifiDeviceSendCommand callback function.
For more information see Handling WiFiCx command messages.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |
IRQL | <= DISPATCH_LEVEL |