Click or drag to resize

ShellFolderServerTryConvertForPropVariantWrapping Method

Convert a value for PropVariant wrapping.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual bool TryConvertForPropVariantWrapping(
	Object input,
	out Object output
)

Parameters

input
Type: SystemObject
The input value.
output
Type: SystemObject
The output value.

Return Value

Type: Boolean
true if the value was converted, false otherwise.
See Also