 |
 |
 |
|
|  |  |
 |
CopyMemory Add comment W32 Constants Translate this page |
 |
 |
|
|
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
VOID CopyMemory(
PVOID Destination, // copy destination
CONST VOID* Source, // memory block
SIZE_T Length // size of memory block
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE RtlMoveMemory IN kernel32 As CopyMemory;
STRING @ Destination,;
INTEGER Source,;
INTEGER nLength
|
 |  |  | | Parameters: |  | |
 |  | | Return value: |  | |
 |  | | My comment: |  | | The FoxPro declaration looks a bit tricky. There is no direct CopyMemory declaration in KERNEL32 module. Actually you can omit the alias and work directly with the name RtlMoveMemory. |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2001-07-21 12:00:00 | | Modified: | 2001-11-26 16:02:37 | Visited in last 7 days: 260 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|