Library /sys$common/syshlp/helplib.hlb  —  RTL Routines, LIB$  LIB$FIND_VM_ZONE_64
    (Alpha and I64 only.) The Return the Next Valid Zone Identifier
    routine returns the zone identifier of the next valid zone in the
    heap management 64-bit database.

    Format

      LIB$FIND_VM_ZONE_64  context ,zone-id

1  –  Returns

    OpenVMS usage:cond_value
    type:         longword (unsigned)
    access:       write only
    mechanism:    by value

2  –  Arguments

 context

    OpenVMS usage:context
    type:         quadword (unsigned)
    access:       modify
    mechanism:    by reference

    Context specifier. The context argument is the address of an
    unsigned quadword used to keep the scan context for finding the
    next valid zone. The context argument must be 0 to initialize the
    scan and to start with the first returnable zone identifier.

 zone-id

    OpenVMS usage:identifier
    type:         quadword (unsigned)
    access:       write only
    mechanism:    by reference

    Zone identifier. The zone-id argument is the address of an
    unsigned quadword that receives the zone identifier for the next
    zone.
Close Help