MemWalker Delegate | |
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
)
public delegate bool MemWalker(
IntPtr pMem,
uint nSize
)
Parameters
- pMem
- Type: IntPtr
- nSize
- Type: DWord
Return Value
Type:
LogicSee Also