Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SHSTOCKICONID" in [All]

Enums

.
Summary
.

public enum SHSTOCKICONID : uint

.

  Public Enum SHSTOCKICONID As UInteger

.

Public Enum SHSTOCKICONID As UInteger

.
Documentation
[SHSTOCKICONID] on MSDN

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)


 
Access PInvoke.net directly from VS: