class Puppet::Util::Windows::User::PROFILEINFO
msdn.microsoft.com/en-us/library/windows/desktop/bb773378(v=vs.85).aspx typedef struct _PROFILEINFO {
DWORD dwSize; DWORD dwFlags; LPTSTR lpUserName; LPTSTR lpProfilePath; LPTSTR lpDefaultPath; LPTSTR lpServerName; LPTSTR lpPolicyPath; HANDLE hProfile;
} PROFILEINFO
, *LPPROFILEINFO; technically NOTE: that for structs, buffer_* (lptstr alias) cannot be used