Bink SDK 1.5v

Open and Close

Discussion

In Bink, Open functions are functions that allocate resources. Close functions are functions that release these resources. An example of this relationship would be BinkOpen and BinkClose. The Open functions return handles that you use with other related API functions. For example, you can't call BinkDoFrame without the handle returned from BinkOpen. You must make sure that you call the Close function on any handle that is returned from an Open function or you may leak resources.


Group: Background Concepts
Related Functions: BinkBufferClose, BinkBufferOpen, BinkClose, BinkDoFrame, BinkMacOpen, BinkOpen

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