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 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:
Booleantrue if the value was converted,
false otherwise.
See Also