WifiRequestGetInOutBuffer function (wificx.h)
WiFiCx drivers call the WifiRequestGetInOutBuffer function to get the input/output buffer for a command message.
Syntax
PVOID WifiRequestGetInOutBuffer(
WIFIREQUEST Request,
UINT *InputBufferLength,
UINT *OutBufferLength
);
Parameters
Request
[In] A handle to the framework object which represents a command message from the WiFiCx framework.
InputBufferLength
[Out_opt] A pointer to the location that receives the length, in bytes, of the command message input buffer.
OutBufferLength
[Out_opt] A pointer to the location that receives the length, in bytes, of the command message output buffer.
Return value
Returns a pointer to the memory location where the command message is stored.
Remarks
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 |