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 https://docs.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shfileinfow typedef struct _SHFILEINFOW { HICON hIcon; int iIcon; DWORD dwAttributes; WCHAR szDisplayName; WCHAR szTypeName; } SHFILEINFOW;