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.
The ScsiPortWmiGetReturnSize routine indicates the number of bytes of data to be returned by a miniport driver for a WMI SRB.
Syntax
void ScsiPortWmiGetReturnSize(
RequestContext
);
Parameters
RequestContext
Pointer to the request context for this SRB.
Return value
None
Remarks
A miniport driver must call ScsiPortWmiGetReturnSize to obtain the value to put into Srb->DataTransferLength before completing the SRB. ScsiPortWmiGetReturnSize should be called sometime after the miniport driver calls ScsiWmiPostProcess.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | scsiwmi.h (include Miniport.h, Scsi.h) |