OLESERVERDOC

3.1

#include <ole.h>

typedef struct _OLESERVERDOC {  /* osd */
    LPOLESERVERDOCVTBL lpvtbl;
    .
    .  /* any server-supplied document-state information */
    .

} OLESERVERDOC;

The OLESERVERDOC structure points to a table of function pointers for a document. This structure is initialized and maintained by servers for the server library.

Members

lpvtbl

Points to a table of function pointers for the document.