Show / Hide Table of Contents

Property Pidl.HandleRef


Overload

Gets the ITEMIDLIST*.

public HandleRef HandleRef { get; }
Property Value
HandleRef

Remarks

Use to pass to API where the parameter type is HandleRef. It is safer than Pidl.UnsafePtr because ensures that this variable will not be GC-collected during API call even if not referenced after the call.