DLLAboutBox - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

This function is called when the user selects the Verification DLL About Box button on the Parameters | Template Properties | Description tab while in the Template Design mode. It can be used to create your own custom DLL About Box, displaying revision numbers, support phone numbers, etc.

void CUSTOMDLL_API DLLAboutBox
  1. ( LPSTR pszTemplate, LPSTR pszDescription );
    • pszTemplate: pszTemplate is a pointer to a null terminated string that contains the filename of the master form template without the extension. This allows you to have a different About Box per master form template if desired.

    • PszDescription: pszDescription is a pointer to a null terminated string that contains the description as filled in on the dialog box. This allows you to include the form description as defined in OCR for AnyDoc on your custom About Box.