| Miles Sound System SDK 7.2a |
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 ); |
Whether the function succeeded or not.
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.