PROFILEINFO (Structures)
Last changed: -194.176.105.42

.
Summary
TODO - a short description

C# Definition:

struct PROFILEINFO {
    public int dwSize;
    public int dwFlags;
    public String lpUserName;
    public String lpProfilePath;
    public String lpDefaultPath;
    public String lpServerName;
    public String lpPolicyPath;
    public IntPtr hProfile;
}

VB Definition:

Structure PROFILEINFO
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
PROFILEINFO on MSDN