[Prev] [Next] [Top] [Bottom] [Contents] (26 out of 193)

SaExit

Performs a client exit routine.

Synopsis

#include "WorkingDialog.h"

void SaExit(int status);

Arguments

status
Status value to call exit() with.

Return Values

None.

Description

SaExit is a client application exit routine. It unregisters the client's collection service from the port mapper, and calls exit with the status argument.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (26 out of 193)