ScaledWinBufAllocEx()

Allocates a Windows global memory buffer large enough to hold scaled data obtained from scan operations in which the ScaleData scan option is selected, and returns a memory handle for it.

The buffer is used by devices that support scanning of scaled data, for example devices that call AInScan() using the ScaleData option. See hardware-specific information to determine if the device supports scaled data.

Member of the MccService class.

Function Prototype

VB .NET

Public Function ScaledWinBufAllocEx(ByVal numPoints As Integer) As IntPtr

C# .NET

public IntPtr ScaledWinBufAllocEx(int numPoints)

Parameters

numPoints

The size of the buffer to allocate. Specifies the number of double precision values (8-byte or 64-bit) that the buffer will hold.

Returns

Notes