#include <httpsvc.h>
Public Attributes | |
const char * | productName |
const char * | manufacturerName |
WORD | majorVersion |
WORD | minorVersion |
CodeStatus | buildStatus |
AlphaCode, BetaCode or ReleaseCode. | |
WORD | buildNumber |
const char * | compilationDate |
PTEACypher::Key | productKey |
Poduct key for registration. | |
const char * | securedKeys [MaxSecuredKeys] |
Product secured keys for registration. | |
PINDEX | securedKeyCount |
PTEACypher::Key | signatureKey |
Signature key for encryption of HTML files. | |
const char * | manufHomePage |
WWW address of manufacturers home page. | |
const char * | |
contact email for manufacturer | |
const char * | productHTML |
const char * | gifHTML |
const char * | gifFilename |
File name for the products GIF file. | |
int | gifWidth |
Size of GIF image, if zero then none is used. | |
int | gifHeight |
in the generated HTML. | |
const char * | copyrightHolder |
Name of copyright holder. | |
const char * | copyrightHomePage |
Home page for copyright holder. | |
const char * | copyrightEmail |
E-Mail address for copyright holder. |
AlphaCode, BetaCode or ReleaseCode.
const char* PHTTPServiceProcess::Info::compilationDate |
const char* PHTTPServiceProcess::Info::copyrightEmail |
E-Mail address for copyright holder.
const char* PHTTPServiceProcess::Info::copyrightHolder |
Name of copyright holder.
const char* PHTTPServiceProcess::Info::copyrightHomePage |
Home page for copyright holder.
const char* PHTTPServiceProcess::Info::email |
contact email for manufacturer
const char* PHTTPServiceProcess::Info::gifFilename |
File name for the products GIF file.
in the generated HTML.
const char* PHTTPServiceProcess::Info::gifHTML |
HTML to show GIF image in page headers, if NULL then the following are used to build one
Size of GIF image, if zero then none is used.
const char* PHTTPServiceProcess::Info::manufacturerName |
const char* PHTTPServiceProcess::Info::manufHomePage |
WWW address of manufacturers home page.
const char* PHTTPServiceProcess::Info::productHTML |
HTML for the product name, if NULL defaults to the productName variable.
Poduct key for registration.
const char* PHTTPServiceProcess::Info::productName |
const char* PHTTPServiceProcess::Info::securedKeys[MaxSecuredKeys] |
Product secured keys for registration.
Signature key for encryption of HTML files.