Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

USER_INFO (Structures)
 
.
Summary

C# Definition:

    [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
    public struct USER_INFO_4
    {
        public string name;
        public string password;
        public int password_age;
        public UserPrivileges priv;
        public string home_dir;
        public string comment;
        public UserFlags flags;
        public string script_path;
        public AuthFlags auth_flags;
        public string full_name;
        public string usr_comment;
        public string parms;
        public string workstations;
        public int last_logon;
        public int last_logoff;
        public int acct_expires;
        public int max_storage;
        public int units_per_week;
        public IntPtr logon_hours;    // This is a PBYTE
        public int bad_pw_count;
        public int num_logons;
        public string logon_server;
        public int country_code;
        public int code_page;
        public IntPtr user_sid;     // This is a PSID
        public int primary_group_id;
        public string profile;
        public string home_dir_drive;
        public int password_expired;
    }

VB Definition:

Structure USER_INFO_4
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
USER_INFO_4 on MSDN

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions