OnDemandDataFormat Constructor (String, TYMED) |
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public OnDemandDataFormat(
string format,
TYMED mediumType
)
Parameters
- format
- Type: SystemString
The format as a name. It will be automatically registered. - mediumType
- Type: System.Runtime.InteropServices.ComTypesTYMED
The medium type. Use TYMED_HGLOBAL for a byte array, TYMED_ISTREAM for a Stream.
See Also