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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

DBQUOTAINFOEXT

#include <nsfdata.h>

Extended database quota structure.

C definition

typedef struct {
  DWORD WarningThreshold;  /* Database size warning threshold in kbyte units */
  DWORD SizeLimit;    /* Database size limit in kbyte units */
  DWORD CurrentDbSize;  /* Current size of database (in kbyte units) */
  DWORD MaxDbSize;    /* Max database file size possible (in kbyte units) */
  WORD QuotaMethod;    /* Enforcement method - filesize or usage */
  DWORD CurrentUsage;  /* Current amount of space used in the database (in kbyte units) */
  DWORD CurrentSizeUsed;  /* Either CurrentDbSize, or CurrentUsage, depending on method in use */
  DWORD Unused1;    /* Reserved. Unused */
  DWORD Unused2;    /* Reserved. Unused */
} DBQUOTAINFOEXT;



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.