View Single Post
  #2  
Old 08-22-2003, 17:09
dynio
 
Posts: n/a
The hmemcpy function is not available in Windows XP/2000.
Use MoveMemory (which is equ to RtlCopyMemory which is equ to CopyMem)

Regards.
Reply With Quote