VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

CopyMemory API, A Simple Tutorial

Sean Dittmar  (4 Submissions)   Windows API Call/Explanation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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

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

Rate CopyMemory API, A Simple Tutorial (8(8 Vote))

Download CopyMemory API, A Simple Tutorial

CopyMemory API, A Simple Tutorial Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters