This structure defines the parameters used by the VAPIMWP_INIT_GETDOCFORMAT message. It provides the format, file class, and version number of the source document. It is defined in
adinfo.h
.
#include <adinfo.h> typedef struct { ENdocClass eClass; ENdocFmt eFormat; long lVersion; unsigned long ulAttributes; } ADDOCINFO, *ADDOCINFOPTR;
|