Click or drag to resize

PropVariantGetObjectForNative Method

Converts a COM PROPVARIANT to an object.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Object GetObjectForNative(
	IntPtr ptr
)

Parameters

ptr
Type: SystemIntPtr
A pointer to a COM PROPVARIANT.

Return Value

Type: Object
An object that corresponds to the ptr parameter.
See Also