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
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "SHGetStockIconInfo" in [All]

Structures

.
Summary

Enums

.
Summary
Used by SHGetStockIconInfo to determine the information to be retrieved for a stock icon.
.
Summary

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

.
Documentation
[SHGetStockIconInfo] on MSDN

 
Access PInvoke.net directly from VS: