PropVariantGetObjectForNative Method |
Converts a COM PROPVARIANT to an object.
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Object GetObjectForNative(
IntPtr ptr
)
Parameters
- ptr
- Type: SystemIntPtr
A pointer to a COM PROPVARIANT.
Return Value
Type:
ObjectAn object that corresponds to the ptr parameter.
See Also