HighTechTalks DotNet Forums  

movememory

VB.net Upgrade microsoft.public.dotnet.languages.vb.upgrade


Discuss movememory in the VB.net Upgrade forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
josh eldredge via DotNetMonster.com
 
Posts: n/a

Default movememory - 01-19-2005 , 01:06 PM






when calling this function:

Private Declare Sub MoveMemory _
Lib "KERNEL32" Alias "RtlMoveMemory" _
(hpvDest As Any, _
hpvSource As Any, _
ByVal cbCopy As Long)

with the statement:

Call Movememory (destination, source, length)

what is it doing? Is it obtaining the number(length) of bytes of the next address following "source", or is it the "length" of bytes of the address that "source" is being moved to?

I can't find much on "Movememory" anywhere. If you could please help I would appreciate it.

--
Message posted via http://www.dotnetmonster.com

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.