OmWebPages.h
IntroductionUse the links in the table of contents to the left to access the documentation. Classes
Typedefs
HtmlProcA callback you provide for rendering custom HTML onto a web page. typedef void ( *HtmlProc)( OmXmlWriter &writer, int ref1, void *ref2); OmUrlHandlerProcA callback you provide for an arbitrary Url Handler typedef void ( *OmUrlHandlerProc)( OmXmlWriter &writer, OmWebRequest &request, int ref1, void *ref2); OmWebActionProcA callback you provide for value changes of most controls on the web page. typedef void ( *OmWebActionProc)( const char *pageName, const char *parameterName, int value, int ref1, void *ref2); |