LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

NOTES_DOC_INFO_MSG

#include <olenotes.h>

Notes/FX data sent by Notes to OLE server.

C definition

typedef struct {
  WORD     Version;     /* Version of this structure */
  NOTELINK  DocLink;     /* Doc where OLE object resides */  
  WORD     DocOpenMode;   /* DOC_OPENMODE_??? flags below */
  WORD     DocFlags;     /* DOC_FLAGS_xxx */
  WORD     UserAccess;   /* USER_ACCESS_??? flags below */
  HWND     hDocWnd;     /* Notes document window handle */
  char     UserName[MAXUSERNAME]; /* Notes user name */
  NOTEHANDLE hNote;       /* Handle to document's note: THIS
                      IS READ ONLY! its lifetime is
                      only for duration of the SetData
                      method */

  NOTEHANDLE hFXNote;     /* Empty note, associated with
                      document's DB. A server should
                      use this for writing items to be
                      applied to hNote */

  WORD     cNumDocActions; /* Count of doc actions, if any.
                      Only passed to server if
                      registered to support
                      NotesDocAction GetData() */

  HANDLE   hDocActions;   /* Notes OSMemAlloc() handle to
                      DOC_ACTION_INFO */

  DWORD    dwUnused[2];
} NOTES_DOC_INFO_MSG;



User: Password:

This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.

You should have cookies and JavaScript enabled for the authentication to work..

You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.