README.md

December 4, 2022 ยท View on GitHub

CopyMemory API, A Simple Tutorial

Description

This gives a step by step explaination of the CopyMemory API Call.

More Info

Submitted On2002-02-06 18:39:46
BySean Dittmar
LevelIntermediate
User Rating4.7 (33 globes from 7 users)
CompatibilityVB 5.0, VB 6.0
CategoryWindows API Call/ Explanation
WorldVisual Basic
Archive FileCopyMemory53519262002.zip

API Declarations

Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (pDst As Any, pSrc As Any, ByVal ByteLen As Long)