Class: Puppet::FFI::Windows::Structs::SHFILEINFO Private
- Defined in:
- lib/puppet/ffi/windows/structs.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.
SHFILEINFO docs.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shfileinfow typedef struct _SHFILEINFOW
HICON hIcon;
int iIcon;
DWORD dwAttributes;
WCHAR szDisplayName[MAX_PATH];
WCHAR szTypeName[80];
SHFILEINFOW;