Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
The NdisQueryMdl macro retrieves the buffer length, and optionally the base virtual address, from an MDL.
Syntax
VOID NdisQueryMdl(
_Mdl,
_VirtualAddress,
_Length,
_Priority
);
Parameters
_Mdl
Um ponteiro para um MDL.
_VirtualAddress
Um ponteiro para uma variável fornecida pelo chamador na qual essa macro retorna o endereço virtual base do intervalo de endereços virtuais descrito pelo MDL. The base virtual address can be NULL for either of the following reasons:
System resources are low or exhausted and the _Priority parameter is set to LowPagePriority or NormalPagePriority.
System resources are exhausted and the _Priority parameter is set to HighPagePriority.
_Length
Um ponteiro para uma variável fornecida pelo chamador na qual essa macro retorna o comprimento, em bytes, do intervalo de endereços virtual descrito pelo MDL.
_Priority
Um valor de prioridade de página. For a list of the possible values for this parameter, see the Priority parameter of the MmGetSystemAddressForMdlSafe macro.
Return value
None
Remarks
The NdisQueryMdl macro provides an MDL-based version of the NdisQueryBuffer function.
Requirements
Target platform |
Desktop |
Version |
Com suporte no NDIS 6.0 e posterior. |
Header |
Ndis.h (inclua Ndis.h) |
IRQL |
<= DISPATCH_LEVEL |
Regras de conformidade de DDI |
Irql_NetBuffer_Function |