Click or drag to resize

MemWalker Delegate

X#
Delegate that a client needs to implement to use MemWalk.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 DELEGATE LOGIC MemWalker(
	pMem AS IntPtr,
	nSize AS DWORD
)

Parameters

pMem
Type: IntPtr
nSize
Type: DWord

Return Value

Type: Logic
See Also