Bink SDK 1.5v

RADARAMFREE

The function RADARAMFREE points to a function that will free memory allocated by a previous call to the RADARAMALLOC function.

void RADLINK RADARAMFREE(
  VOID_PTR ptr
);

In Parameters

ptr
Specifies a pointer that was previously allocated by RADARAMALLOC.

Discussion

This function replaces the function that Bink calls to free audio memory when using AX on the Nintendo GameCube. It should be able to free any pointer that has been returned from RADARAMALLOC.


Group: Bink API
Related Functions: BinkSoundUseAX, RADARAMALLOC
Related Basic Types: VOID_PTR, void
Related Structures: RADARAMCALLBACKS

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