Click or drag to resize

PropVariantDeserialize Method (IntPtr, Int32, Boolean)

Deserializes a PropVariant from the specified buffer.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static PropVariant Deserialize(
	IntPtr ptr,
	int size,
	bool throwOnError = true
)

Parameters

ptr
Type: SystemIntPtr
The buffer pointer.
size
Type: SystemInt32
The size.
throwOnError (Optional)
Type: SystemBoolean
if set to true Windows error may be thrown.

Return Value

Type: PropVariant
An instance of the PropVariant class or null if an error occurred.
Exceptions
ExceptionCondition
ArgumentNullExceptionptr is zero.
See Also