Class: Puppet::Util::Windows::User::PROFILEINFO Private
- Defined in:
- lib/puppet/util/windows/user.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
https://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