Miles Sound System SDK 7.2a

AIL_vmm_unlock

The function AIL_vmm_unlock unlocks a piece of memory previously locked with AIL_vmm_lock.

S32 AIL_vmm_unlock(
  void const * start,
  S32 size
);

In Parameters

start
specifies the beginning memory address to unlock.
size
specifies the size in bytes to unlock.

Returns

Whether the function succeeded or not.

Discussion

This function is DOS-only.

You must unlock all memory that you lock with AIL_vmm_lock.

This function must not be invoked from an interrupt-based callback function.


Group: Memory and File Services
Related Functions: AIL_mem_free_lock, AIL_vmm_lock, AIL_vmm_unlock_range
Related Basic Types: S32, void const *

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.