PyPROFILEINFO Object
Dictionary containing data to fill a PROFILEINFO struct, to be passed to win32profile::LoadUserProfile. UserName is only required member.
Win32 API References
Properties
- PyUnicode UserName
- Name of user for which to load profile
- int Flags
- Combination of PI_* flags
- PyUnicode ProfilePath
- Path to roaming profile, can be None. Use win32net::NetUserGetInfo to retrieve
user's profile path
- PyUnicode DefaultPath
- Path to Default user profile, can be None
- PyUnicode ServerName
- Domain controller, can be None
- PyUnicode PolicyPath
- Location of policy file, can be None
- PyHKEY Profile
- Handle to root of user's registry key. This member is output.