Desktop Functions: Smart Device Functions:
|
movememory (kernel32)
C# Signature:
[DllImport("Kernel32.dll", EntryPoint="RtlMoveMemory", SetLastError=false)] VB Signature:
Declare Auto Sub MoveMemory Lib "Kernel32.dll" _ User-Defined Types:None. Alternative Managed API:Use Marshal.Copy() twice to move from the unmanaged heap into a managed array and back out. Not ideal. Notes:VB developers might want to check the VB declaration thoroughly... Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|