UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

IDBuffer..::..CopyToBuffor Method

Copies data from unmanaged memory pointer to IDBuffer starting at offset 0 and assigns userDataLength.

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


void CopyToBuffor(
	IntPtr source,
	uint length
)
Sub CopyToBuffor ( _
	source As IntPtr, _
	length As UInteger _
)
void CopyToBuffor(
	IntPtr^ source, 
	unsigned int^ length
)

Parameters

source
Type: IntPtr
The memory pointer to copy from.
length
Type: UInt32
The number of bytes to copy.