<< SL_MHRealloc | SL_GetMHAttr >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SetMHAttr
NAME
SL_SetMHAttr -- sets the flags for a memory handle.
SYNOPSIS
SL_SetMHAttr(memhandle, flags);
A0 D0
void SL_SetMHAttr(MEMHANDLE, ULONG);
FUNCTION
Sets/Changes the flags for a memory handle after it has been
allocated.
INPUTS
memhandle - as returned by SL_MHAlloc.
flags - the new 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_GetMHAttr.
SL_SetMHAttr Command Section By Type url:SL_SetMHAttr
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_SetMHAttr | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_MHRealloc | SL_GetMHAttr >> |
Top: Documentation Library | Up: SoftLogik App Library API |