Class: Puppet::Util::Windows::User::PROFILEINFO

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/puppet/util/windows/user.rb

Overview

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