Click or drag to resize

wclHelpersIncPtr Method

Increments a pointer on given offset.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public static IntPtr IncPtr(
	IntPtr p,
	int off
)

Parameters

p  IntPtr
The pointer to be incremented.
off  Int32
The increment value (offset).

Return Value

IntPtr
Returns a new pointer.
See Also