SHCreateItemWithParent (shell32)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("shell32.dll", CharSet = CharSet.Unicode, PreserveSig = false)]
public static extern void SHCreateItemWithParent(
    [In] IntPtr pidlParent,
    [In] IShellFolder psfParent,
    [In] IntPtr pidl,
    [In, MarshalAs(UnmanagedType.LPStruct)] Guid riid,
    [Out, MarshalAs(UnmanagedType.Interface, IidParameterIndex = 3)] out IShellItem ppv);

VB Signature:

Declare Function SHCreateItemWithParent Lib "shell32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation