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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

FILEOBJECT

#include <nsfdata.h>

Structure of a file object item ($FILE).

C definition

typedef struct {
  OBJECT_DESCRIPTOR Header; /* object header */
  WORD FileNameLength;    /* length of file name */
  WORD HostType;        /* text delimiters (HOST_xxx) */
  WORD CompressionType;   /* compression used (COMPRESS_xxx) */
  WORD FileAttributes;    /* orig. file attribs (ATTRIB_xxx) */
  WORD Flags;          /* misc. flags (FILEFLAG_xxx) */
  DWORD FileSize;       /* orig. file size */
  TIMEDATE FileCreated;   /* orig. file date/time of creation */
  TIMEDATE FileModified;   /* orig. file date/time of mod. */
/* Now comes the file name... It is the original RELATIVE file path
                     with no device specifiers */

} FILEOBJECT;



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.