Desktop Functions: Smart Device Functions:
|
Search Results for "SHSTOCKICONID" in [All]Enums
public enum SHSTOCKICONID : uint
Public Enum SHSTOCKICONID As UInteger Public Enum SHSTOCKICONID As UInteger shell32
public static extern Int32 SHGetStockIconInfo(SHSTOCKICONID siid, SHGSI uFlags, ref SHSTOCKICONINFO psii); See SHSTOCKICONID, SHGSI and SHSTOCKICONINFO.
Marshal.ThrowExceptionForHR(SHGetStockIconInfo(SHSTOCKICONID.SIID_SHIELD,
Public Shared Function GetShildIcon(iconType As SHSTOCKICONID) As IntPtr
Dim hIcon As IntPtr = GetShildIcon(SHSTOCKICONID.SIID_SHIELD) |