[Missing <summary> documentation for "M:VVVV.Utils.IntPtrExtensions.Move(System.IntPtr,System.Int32)"]

Namespace: VVVV.Utils
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static IntPtr Move(
	this IntPtr ptr,
	int cbSize
)

Parameters

ptr
Type: System..::..IntPtr

[Missing <param name="ptr"/> documentation for "M:VVVV.Utils.IntPtrExtensions.Move(System.IntPtr,System.Int32)"]

cbSize
Type: System..::..Int32

[Missing <param name="cbSize"/> documentation for "M:VVVV.Utils.IntPtrExtensions.Move(System.IntPtr,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.IntPtrExtensions.Move(System.IntPtr,System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IntPtr. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also