Bink SDK 1.5v

BinkBufferGetDescription

The function BinkBufferGetDescription returns a string describing the blitting style being used by the BinkBuffer.

BINK_STRING BinkBufferGetDescription(
  HBINKBUFFER bink_buf
);

In Parameters

bink_buf
Specifies the BinkBuffer handle.

Returns

Returns a description string.

Discussion

This function will return a string constant that describes the blitting style used by the specified BinkBuffer. It is useful to display what type of technology the BinkBuffer is using (especially if it was opened with the BINKBUFFERAUTO blitting style).


Group: BinkBuffer API
Related Basic Types: BINKBUFFER_OPEN_FLAGS, BINK_STRING, HBINKBUFFER

For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.