PDA

View Full Version : HMEMCPY and W2000


cps530
12-16-2000, 09:10 PM
It seems to me hmemcpy doesn't appears in Windows 2000 (or NT). However I think there's some similar function. Am I right? If so, what's the name of the function? Thanks.

Iceman
12-18-2000, 05:49 AM
hmemcpy stands for Hughe memory copy. Since NT - 2K (unlike w9x family ) are true 32 bit OSs ,
such a function is not needed. Closest "equivalents" are RtlXxxxMemory (where Xxxx can be Move , Compare , Zero ....)are API exported by ntdll.dll and kernel32.dll and the old good classic memcpy()

Csp530
12-19-2000, 05:34 AM
Thanks!

Alucart
01-07-2001, 07:19 AM
Does this also apply to Windows ME? I can't use HMEMCPY either. It tells me that the symbol is not defined.