Click or drag to resize

OnDemandDataFormat Constructor (Int32, TYMED)

Initializes a new instance of the OnDemandDataFormat class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public OnDemandDataFormat(
	int format,
	TYMED mediumType
)

Parameters

format
Type: SystemInt32
The format.
mediumType
Type: System.Runtime.InteropServices.ComTypesTYMED
The medium type. Use TYMED_HGLOBAL for a byte array, TYMED_ISTREAM for a Stream.
See Also