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 cbAOutScan() using the SCALEDATA option. See hardware-specific information to determine if the device supports scaled data.
C/C++
int cbScaledWinBufAlloc(int NumPoints);
Visual Basic
Function cbScaledWinBufAlloc(ByVal NumPoints&) As Long
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.