Skip to content

REG USERNAME INFO

Data Type : User Registration
REG_USERNAME_INFO - Structure that defines User Registration Name Information.

#include <reg.h>

Definition :

typedef struct {
   char * LastName;
   char * FirstName;
   char * MidInitial;
   char * OrgUnit;
   char * ShortName;
   char * AlternateName;
   char * AltOrgUnit;
   char * AltLanguage;
   DWORD  Spare[4];
} REG_USERNAME_INFO;

Description :

This structure defines User Name information for the REGNewUser function.



    The fields in this structure are:

    LastName last name of the new user.
    FirstName first name of the new user.
    MidInitial middle initial of the new user.
    OrgUnit organizational unit of the new user.
    ShortName
    AlternateName
    AltOrgUnit
    AltLanguage
    Spare

See Also : REGNewUser