The document source data for the PODSDocument
object.
PODSDocument
attribute any documentSrcData;
Not applicable
void* PODSgetDocumentSrcData(PODSDocument* doc);
void PODSsetDocumentSrcData( PODSDocument* doc, void* src );
doc The PODSDocument
object.
src [in] The document source data to set.
Getter: Pointer to document source data.
Setter: None
The document source data is a memory area where you can store any private data you need to have associated with the document. For example, you might want to store a pointer to a database handle so that you can close it later and free up the memory. You may structure the data you store in the document source data any way you like; it is accessed only by code that you write.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |