Pen Object Library: 2.1 Working with the Ink DB: Getting Started

Up: GEOS SDK TechDocs | Up | Prev: 2 Working with the Ink DB | Next: 2.2 Displaying the Data
InkDBInit()

To create an Ink Database, an application needs a file handle, perhaps the file holding a GenDocument's data. Before calling any other Ink Database functions, call InkDBInit() to set up the file correctly; this routine should be called exactly once per Ink DB. If the database is part of a GenDocument, then this routine should be called within the MSG_GEN_DOCUMENT_INITIALIZE_DOCUMENT_FILE . Other routines (described below) which might be appropriate when first setting up an Ink Database include InkSetDocPageInfo() and InkSetDocGString() .


Up: GEOS SDK TechDocs | Up | Prev: 2 Working with the Ink DB | Next: 2.2 Displaying the Data