#include <cogent.h>
ST_STATUS LG_Exit(
IP_Task* myself, IP_Task* textlog, char* retbuf, int buflen, int exitstatus )
;
A pointer to this task's IP_Task structure normallly generated by a call to IP_NserveInit.
A pointer to the Cascade TextLogger's IP_Task structure, normally generated by a call to IP_TaskFindName.
A pointer to a character buffer to hold the return from the call.
The length of retbuf, in bytes.
The exit status to be returned to the operating system.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.