Click or drag to resize

PropVariantSerialize Method (Int32)

Serializes this instance in a buffer that is allocated for this matter.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IntPtr Serialize(
	out int size
)

Parameters

size
Type: SystemInt32
The size.

Return Value

Type: IntPtr
A pointer to the allocated buffer.
See Also