Desktop Functions: Smart Device Functions:
|
SHCreateItemFromParsingName (shell32)
C# Signature:
[DllImport("shell32.dll", CharSet = CharSet.Unicode, PreserveSig = false)] VB Signature:
<DllImport("shell32.dll", CharSet:=CharSet.Unicode, PreserveSig:=False)> _ User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:The type of the created COM object is usually an IShellItem instance; however, it does not have to be. (For example, you can ask for IShellItem2). To support different object types, change the type of the ppv parameter to match. Alternatively, specify a parameter of type object for ppv and perform the typecasting on return. The type of object returned in ppv will be the same as the type of interface given in the riid parameter. Tips & Tricks:Please add some! Sample Code:
IShellItem oItem; Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|