[Top] [Prev] [Next] [Bottom] [Contents]

SaGetAppName

Gets the application name for the Sapphire server application. This name is used to build the names of HTML cookies.

Synopsis

#include "SaRnHtml.h"
char* XKEXPORT SaGetAppName SUTPROTO(());

Arguments

None.

Return Values

A string which holds the current name of the Sapphire server application.

Description

Gets the application name for the Sapphire server application. This name is used to build the names of HTML cookies. The name is either the executable name or the Oracle Cartridge name. Do not free or modify the returned string.

Example

char* str;
str = SaGetAppName();
/*** examine str only **/

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.