网站首页  词典首页

请输入您要查询的函数:

 

术语 fillmemory
释义 FillMemory
语法:
C++
void FillMemory(
[out] PVOID Destination,
[in] SIZE_T Length,
[in] BYTE Fill
);
FillMemory宏
填充与指定值的内存块。
参数
目的地[out]
是对的内存块的起始地址指针来填补。
Length [in]
该内存块的大小来填补,以字节为单位。该值必须小于目标缓冲区的大小。
填写 [in]
该字节值,用来填充内存块。
返回值
此宏没有返回值。
备注
This macro is defined as the RtlFillMemory macro.有关更多信息,请参阅Winbase.h和WINNT.H中。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinbase.h(头文件:winuser.h)
参见
CopyMemory
内存管理功能
MoveMemory
SecureZeroMemory
ZeroMemory
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年8月27日
==英文原文==FillMemory Macro
Fills a block of memory with a specified value.
Syntax
C++
void FillMemory(
[out] PVOID Destination,
[in] SIZE_T Length,
[in] BYTE Fill
);
Parameters
Destination [out]
A pointer to the starting address of the block of memory to fill.
Length [in]
The size of the block of memory to fill, in bytes. This value must be less than the size of the Destination buffer.
Fill [in]
The byte value with which to fill the memory block.
Return Value
This macro has no return value.
Remarks
This macro is defined as the RtlFillMemory macro. For more information, see Winbase.h and Winnt.h.
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinbase.h (include Windows.h)
See Also
CopyMemory
Memory Management Functions
MoveMemory
SecureZeroMemory
ZeroMemory
Send comments about this topic to Microsoft
Build date: 8/27/2009
==原始网址==http://msdn.microsoft.com/en-us/library/aa366561(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:28:58