ItemIdListWin32Ptr Property |
Gets the window 32 pointer, i.e. the PIDL of the ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public IntPtr Win32Ptr { get; }
Public ReadOnly Property Win32Ptr As IntPtr
Get
public:
property IntPtr Win32Ptr {
IntPtr get ();
}
member Win32Ptr : IntPtr with get
Property Value
Type:
IntPtrThe window 32 pointer.
See Also