ScaledWinBufAlloc() (deprecated)

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 AOutScan() using the ScaleData option. See hardware-specific information to determine if the device supports scaled data.

Deprecated. Unless your application calls deprecated methods, use ScaledWinBufAllocEx().

Member of the MccService class.

Function Prototype

VB .NET

Public Shared Function ScaledWinBufAlloc(ByVal numPoints As Integer) As Integer

C# .NET

public static int ScaledWinBufAlloc(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