Desktop Functions: Smart Device Functions:
|
ReadProcessMemory (user32)
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)] VB Signature:
Private Declare Function ReadProcessMemory Lib "kernel32" (ByVal hProcess As Integer, ByVal lpBaseAddress As Integer, ByVal lpBuffer As Integer, ByVal nSize As Integer, ByRef lpNumberOfBytesRead As Integer) As Integer User-Defined Types:Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|