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

Structures

.

struct SHFILEINFO {

.

Structure SHFILEINFO

.
Documentation
[SHFILEINFO] on MSDN
.

SHFILEINFO m_shfi = new SHFILEINFO();

Enums

.

SHFILEINFO m_shfi = new SHFILEINFO();

shell32

.

public static extern IntPtr SHGetFileInfo(string pszPath, uint dwFileAttributes, ref SHFILEINFO psfi, uint cbFileInfo, uint uFlags);

.

      ByRef psfi As SHFILEINFO, _

.

public struct SHFILEINFO

.

      out    SHFILEINFO psfi ,

.

    private struct SHFILEINFO

.

      public SHFILEINFO(bool b)

.

        SHFILEINFO info = new SHFILEINFO(true);

.

    public struct SHFILEINFO

.

        public static extern IntPtr SHGetFileInfo(string pszPath, uint dwFileAttributes, ref SHFILEINFO psfi, uint cbSizeFileInfo, uint uFlags);

.

        SHFILEINFO shinfo = new SHFILEINFO();


 
Access PInvoke.net directly from VS: