MediaFileSHGetFileInfo Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static IntPtr SHGetFileInfo(
string pszPath,
uint dwFileAttributes,
ref SHFILEINFO psfi,
uint cbSizeFileInfo,
uint uFlags
)
Public Shared Function SHGetFileInfo (
pszPath As String,
dwFileAttributes As UInteger,
ByRef psfi As SHFILEINFO,
cbSizeFileInfo As UInteger,
uFlags As UInteger
) As IntPtr
Dim pszPath As String
Dim dwFileAttributes As UInteger
Dim psfi As SHFILEINFO
Dim cbSizeFileInfo As UInteger
Dim uFlags As UInteger
Dim returnValue As IntPtr
returnValue = MediaFile.SHGetFileInfo(pszPath,
dwFileAttributes, psfi, cbSizeFileInfo,
uFlags)
static member SHGetFileInfo :
pszPath : string *
dwFileAttributes : uint32 *
psfi : SHFILEINFO byref *
cbSizeFileInfo : uint32 *
uFlags : uint32 -> IntPtr
public static IntPtr SHGetFileInfo(
String pszPath,
UInt32 dwFileAttributes,
/** @ref */SHFILEINFO psfi,
UInt32 cbSizeFileInfo,
UInt32 uFlags
)
public static function SHGetFileInfo(
pszPath : String,
dwFileAttributes : uint,
psfi : SHFILEINFO,
cbSizeFileInfo : uint,
uFlags : uint
) : IntPtr
IMAPI2.axlib.MediaFile.SHGetFileInfo = function(pszPath, dwFileAttributes, psfi, cbSizeFileInfo, uFlags);
Parameters
- pszPath
- Type: SystemString
- dwFileAttributes
- Type: SystemUInt32
- psfi
- Type: IMAPI2.axlibSHFILEINFO
- cbSizeFileInfo
- Type: SystemUInt32
- uFlags
- Type: SystemUInt32
Return Value
Type:
IntPtrSee Also