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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

NOTE_RESTORE_CALLBACK_INFO

#include <nsfdb.h>

Note restore callback information structure.

C definition

typedef struct {
  WORD    InfoSize;  /* Size of this structure, use this to determine
            if future fields are avail */

  NOTEID    NoteId;  /* NoteID for note being altered */
  NOTEHANDLE  hNote;  /* Handle to note being retrieved */
  TIMEDATE  TranTime;  /* Time the transaction ran for which you are being called */
  char far*  UserName;  /* If avail, else a pointer to "" */
  char far*  PathName;  /* Path & file name of DB */
} NOTE_RESTORE_CALLBACK_INFO;



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.


LotusScript

Definition(s)

Warning: The use is either non-verified or requires special considerations; see comments if available!