Bink SDK 1.5v

BinkBufferClose

The function BinkBufferClose closes the specified BinkBuffer handle.

void BinkBufferClose(
  HBINKBUFFER bink_buf
);

In Parameters

bink_buf
Specifies the BinkBuffer handle that you wish to close.

Discussion

This function simply closes a BinkBuffer and releases all of the associated memory and system resources. You should close any BinkBuffers that you open or you could leak memory or system resources.


Group: BinkBuffer API
Related Sections: Open and Close
Related Functions: BinkBufferOpen
Related Basic Types: HBINKBUFFER, void

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