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

shell32

.

static extern bool SHObjectProperties(uint32 hwnd, uint32 shopObjectType, [MarshalAs(UnmanagedType.LPWStr)] string pszObjectName, [MarshalAs(UnmanagedType.LPWStr)] string pszPropertyPage);

.

Declare Function SHObjectProperties Lib "shell32.dll" _

.

    Private Declare Function SHObjectProperties Lib "shell32.dll" _

.

    ShowProp = SHObjectProperties(0, GetProperties.SHOP_FILEPATH, filename, String.Empty)

.
Documentation
[SHObjectProperties] on MSDN

 
Access PInvoke.net directly from VS: