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 "SHSTOCKICONINFO" in [All]

shell32

.

public static extern Int32 SHGetStockIconInfo(SHSTOCKICONID siid, SHGSI uFlags, ref SHSTOCKICONINFO psii);

.

See SHSTOCKICONID, SHGSI and SHSTOCKICONINFO.

.

SHSTOCKICONINFO sii = new SHSTOCKICONINFO();

.

sii.cbSize = (UInt32) Marshal.SizeOf(typeof(SHSTOCKICONINFO));

.

    Dim sii As New SHSTOCKICONINFO()

.

    sii.cbSize = Marshal.SizeOf(GetType(SHSTOCKICONINFO))

Structures

.

public struct SHSTOCKICONINFO

.

    Public Structure SHSTOCKICONINFO

.
Documentation
[SHSTOCKICONINFO] on MSDN

 
Access PInvoke.net directly from VS: