MemLen Function | |
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION MemLen(
pMemory AS IntPtr
) AS DWORD
public static uint MemLen(
IntPtr pMemory
)
Request Example
View SourceParameters
- pMemory
- Type: IntPtr
Return Value
Type:
DWordSee Also