Click or drag to resize

IMcObjectPutRawValues Method

Puts lValuesCount values starting at lStartingIndex index from a buffer supplied by the caller as an LPVOID cast to a long.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Sub PutRawValues ( 
	lStartingIndex As Integer,
	lValuesCount As Integer,
	ByRef pyValuesBuffer As Byte
)

Parameters

lStartingIndex
Type: SystemInt32
[in] Starting index in the vector of values.
lValuesCount
Type: SystemInt32
[in] Count of values (not bytes).
pyValuesBuffer
Type: SystemByte
[in] pointer to a memory buffer.
Remarks
IN PROCESS ONLY. The value storage is expanded to as necessary to hold the new values. This can only be called from in-process code, since the pyValuesBuffer argument points to an address in the current process space.
See Also