BASS.NET API for the Un4seen BASS Audio Library

UtilsIntPtrToArrayNullTermInt32 Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves an array of int from a given unmanaged memory location.

NOTE: This method evaluates the pointer as 'a series/array of Int32 values terminated by a 0 value.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static int[] IntPtrToArrayNullTermInt32(
	IntPtr pointer
)

Parameters

pointer
Type: SystemIntPtr
The pointer to the unmanaged memory block.

Return Value

Type: Int32
or an array of int. Each array element will represent one Int32 value as obtained from the IntPtr.
See Also

Reference