Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This function fills a block of memory with 0s.
Syntax
VOID NdisZeroMemory(
PVOID Destination,
ULONG Length
);
Parameters
- Destination
[in] Specifies the base virtual address of a block of memory.
- Length
[in] Specifies how many bytes to fill with 0s.
Return Value
None.
Remarks
This function fills the specified range with 0s. The specified Destination and Length must be a proper subrange of a caller-accessible memory range.
Requirements
| Header | ndis.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Library Functions
NdisAllocateMemory
NdisZeroMappedMemory