<< SL_SetMHAttr | SL_MHLock >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_GetMHAttr
NAME
SL_GetMHAttr -- gets the flags for a memory handle.
SYNOPSIS
flags = SL_GetMHAttr(memhandle);
D0 A0
ULONG SL_GetMHAttr(MEMHANDLE);
FUNCTION
Gets the flags from an existing memory handle.
INPUTS
memhandle - as returned by SL_MHAlloc.
RESULTS
flags - the flags for the memhandle.
MEMFLG_PRUGEABLE
MEMFLG_GROWABLE
MEMFLG_LOCKED
SEE ALSO
SL_MHAlloc, SL_MHFree, SL_MHGrow, SL_MHShrink, SL_MHRealloc, SL_MHLock, SL_MHUnlock, SL_SetMHAttr.
SL_GetMHAttr Command Section By Type url:SL_GetMHAttr
created:2008-03-01 23:36:25 last updated:2008-03-01 23:36:25
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_GetMHAttr | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_SetMHAttr | SL_MHLock >> |
Top: Documentation Library | Up: SoftLogik App Library API |