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

SaGetCtx

Returns a pointer to the currently running context. It only has meaning in an Oracle Web Cartridge and is an instance pointer to the current cartridge instance.

Synopsis

#include "SaRnHtml.h"
void* SaGetCtx();

Arguments

None.

Return Values

Pointer to the current cartridge instance.

Description

Returns a pointer to the currently running context. It only has meaning in an Oracle Web Cartridge and is an instance pointer to the current cartridge instance.

Example

void* ctx;
ctx = SaGetCtx();
/*** see Oracle cartridge API for what you can now do ***/

See Also



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

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