IconReaderSHGetFileInfo Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("Shell32.dll")]
private static IntPtr SHGetFileInfo(
string pszPath,
uint dwFileAttributes,
ref IconReaderShellFileInfo psfi,
uint cbFileInfo,
uint uFlags
)
<DllImportAttribute("Shell32.dll">]
Private Shared Function SHGetFileInfo (
pszPath As String,
dwFileAttributes As UInteger,
ByRef psfi As IconReaderShellFileInfo,
cbFileInfo As UInteger,
uFlags As UInteger
) As IntPtr
private:
[DllImportAttribute(L"Shell32.dll")]
static IntPtr SHGetFileInfo(
String^ pszPath,
unsigned int dwFileAttributes,
IconReaderShellFileInfo% psfi,
unsigned int cbFileInfo,
unsigned int uFlags
)
[<DllImportAttribute("Shell32.dll")>]
private static member SHGetFileInfo :
pszPath : string *
dwFileAttributes : uint32 *
psfi : IconReaderShellFileInfo byref *
cbFileInfo : uint32 *
uFlags : uint32 -> IntPtr
Parameters
- pszPath
- Type: SystemString
- dwFileAttributes
- Type: SystemUInt32
- psfi
- Type: TheVaultLibIconReaderShellFileInfo
- cbFileInfo
- Type: SystemUInt32
- uFlags
- Type: SystemUInt32
Return Value
Type:
IntPtr
See Also