Click or drag to resize

IMcObjectAllocateStorage Method

Allocates storage for a requested number of data values.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Sub AllocateStorage ( 
	ValuesToAllocate As Integer
)

Parameters

ValuesToAllocate
Type: SystemInt32
Number of values (not bytes) to allocate.

Return Value

Type: 
HRESULT - This is one call that can quite legitimately fail due to low memory. Thus, you should always check for a FAILED return.
Remarks
Forces the vector size of of the object to the given size. Increases in size are zero filled. Decreases in size chop off ending values.
See Also