Desktop Functions: Smart Device Functions:
|
Search Results for "SHGetStockIconInfo" in [All]StructuresEnums2: SHGSI
shell32
public static extern Int32 SHGetStockIconInfo(SHSTOCKICONID siid, SHGSI uFlags, ref SHSTOCKICONINFO psii);
Declare Function SHGetStockIconInfo Lib "Shell32.dll" (TODO) As TODO SHGetStockIconInfo is supported on Windows Vista / 2008 or later.
Marshal.ThrowExceptionForHR(SHGetStockIconInfo(SHSTOCKICONID.SIID_SHIELD,
If SHGetStockIconInfo(iconType, SHGSI.SHGSI_ICON Or SHGSI.SHGSI_SMALLICON, sii) = 0 Then |