ImageGear Professional for Windows ActiveX
SafeArrayGet Method

Description:

Returns a safe array using the given parameters. This allows you to access memory contents safely given a pointer to the beginning of the data in memory, the size of each item, and the number of items.

Syntax:

      SafeArrayGet(
ArrayPtr as Long, 
ItemSize as Long, 
ItemCount as Long) as Variant

Parameters:

Name Description
ArrayPtr Pointer to the beginning of data in memory
ItemSize Size of an individual item in the data
ItemCount Number of items in the data

Return Value:

Safe array for accessing the given memory as described.

Bits Per Pixel:

N/A

Sample:

None

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback