Miles Sound System SDK 7.2a

AIL_vmm_unlock_range

The function AIL_vmm_unlock_range unlocks a piece of memory previously locked with AIL_vmm_lock_range.

S32 AIL_vmm_unlock_range(
  void const * ptr1,
  void const * ptr2
);

In Parameters

ptr1
specifies the beginning memory address to unlock.
ptr2
specifies the ending memory address 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_range.

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_range, AIL_vmm_unlock
Related Basic Types: S32, void const *

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