VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



CopyMemory API, A Simple Tutorial

by Sean Dittmar (4 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (8 Votes)

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

Download CopyMemory API, A Simple Tutorial

Download CopyMemory API, A Simple Tutorial (2 KB)

CopyMemory API, A Simple Tutorial Comments

No comments have been posted about CopyMemory API, A Simple Tutorial. Why not be the first to post a comment about CopyMemory API, A Simple Tutorial.

Post your comment

Subject:
Message:
0/1000 characters