'Declaration
Public Shared Function SHGetFileInfo( _ ByVal pszPath As System.String, _ ByVal attributes As System.UInteger, _ ByRef sfi As NShell32.SHFILEINFO, _ ByVal cbFileInfo As System.Integer, _ ByVal uFlags As System.UInteger _ ) As System.IntPtr
'Usage
Dim pszPath As System.String Dim attributes As System.UInteger Dim sfi As NShell32.SHFILEINFO Dim cbFileInfo As System.Integer Dim uFlags As System.UInteger Dim value As System.IntPtr value = NShell32.SHGetFileInfo(pszPath, attributes, sfi, cbFileInfo, uFlags)
public static System.IntPtr SHGetFileInfo( System.string pszPath, System.uint attributes, ref NShell32.SHFILEINFO sfi, System.int cbFileInfo, System.uint uFlags )
Parameters
- pszPath
- attributes
- sfi
- cbFileInfo
- uFlags