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