LOADER_$LOOKUP_STACK_SIZE Domain/OS LOADER_$LOOKUP_STACK_SIZE
NAME
loader_$lookup_stack_size - get the stack size requirement of an image
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/loader.h>
unsigned long loader_$lookup_stack_size(
loader_$handle_t &image_handle,
status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/loader.ins.pas';
function loader_$lookup_stack_size(
in image_handle: loader_$handle_t;
out status: status_$t): linteger;
DESCRIPTION
Loader_$lookup_stack_size returns the number of bytes needed for the
stack to execute the image on image_handle.
image_handle
An image handle.
status
The completion status.