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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

PDUS_ENTRY

#include <dus.h>

Pointer to DUS (Domino Upgrade Service) user/group entry available for migration.

C definition

typedef struct {
  char  Name[DUSMAXFLATNAME+1];/* Required. user or group name */
  DWORD ID;             /* Required. unique value
                        identifying this user or
                        group */

  DWORD EntryFlags;        /* see fDUSEntryxxx */
  HANDLE hParentGroupList;    /* Optional. Allocated by the DUS
                        or Notes and freed by Notes.
                        Contains a Notes LIST of group
                        names to which the entry
                        belongs. This can be adjusted
                        by Notes after DUSInitialize,
                        depending on administrator
                        choices at the UI, but can be
                        initially set by the DUS. This
                        LIST handle must be created
                        with the prefix data type set
                        to FALSE (see ListAllocate) and
                        must be passed UNLOCKED back to
                        Notes.
} *PDUS_ENTRY;

LotusScript

Definition(s)