Bink SDK 1.5v

BinkClose

The function BinkClose closes the specified Bink handle.

void BinkClose(
  HBINK bink
);

In Parameters

bink
Specifies the Bink handle that you wish to close.

Discussion

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


Group: Bink API
Related Sections: Open and Close
Related Functions: BinkGetSummary, BinkMacOpen, BinkOpen
Related Basic Types: BINK_OPEN_FLAGS, HBINK, void

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