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 caller-supplied buffer with the given character.
Syntax
VOID NdisFillMemory(
PVOID Destination,
ULONG Length,
UCHAR Fill
);
Parameters
- Destination
[in] Points to the buffer to be filled.
- Length
[in] Specifies the number of bytes to be filled.
- Fill
[in] Specifies the value to fill the buffer.
Return Value
None.
Requirements
| Header | ndis.h |
| Library | ndis.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |