Skip to content

DOC OPENMODE xxx

Symbolic Value : OLE Data Object
DOC_OPENMODE_xxx - Defines the modes in which an OLE object may be opened.

#include <olenotes.h>

Symbolic Values :

DOC_OPENMODE_READONLY     -  The object may be opened for reading only.

DOC_OPENMODE_EDIT     -  The object may be opened for both reading and writing.

Description :

This symbol is used in the DocOpenMode member of the NOTES_DOC_INFO_MSG data structure to define the modes in which an OLE object may be opened.

See Also : NOTES_DOC_INFO_MSG