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

SaGetCbsForThis

Gets the population callback structure for the named site and template file, if one is registered.

Synopsis

#include "SaRnHtml.h"
SaCallbackStruct* SaGetCbsForThis SUTPROTO((char* filename, 
char* site));

Arguments

filename
A string specifying the name of a template file.
site
A string specifying the name of a data site.

Return Values

A Sapphire population callback structure or NULL if there are no callbacks registered on the named site and template file.

Description

Gets the population callback structure for the named site and template file, if one is registered.

Example

SaCallbackStruct* cbs;
cbs = SaGetThisSiteCbs("thistemplate", "thissite");
SaPopulateTableAll(NULL, NULL, cbs);

See Also



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

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