windows.profinfo

\ profinfo.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************

Members

Aliases

LPPROFILEINFOW
alias LPPROFILEINFOW = PROFILEINFO*
Undocumented in source.
LoadUserProfile
alias LoadUserProfile = LoadUserProfileW
Undocumented in source.

Enums

PT_TEMPORARY
anonymousenum PT_TEMPORARY
Undocumented in source.

Functions

GetProfileType
BOOL GetProfileType(DWORD* dwFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LoadUserProfileW
BOOL LoadUserProfileW(HANDLE hToken, LPPROFILEINFOW lpProfileInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UnloadUserProfile
BOOL UnloadUserProfile(HANDLE hToken, HANDLE hprofile)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Structs

PROFILEINFO
struct PROFILEINFO
Undocumented in source.

Meta