IsStackEmpty Function

Checks if a stack is empty.

bool IsStackEmpty(Handle stack)

Parameters

Handle stack

Stack Handle.

Return Value

True if empty, false if not empty.

Errors

Invalid Handle.