scaled_win_buf_alloc()

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

Prototype

scaled_win_buf_alloc(num_points)

Parameters

num_points

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