VSOBJCLIPFORMAT Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds clipboard format attributes for an object.
public value class VSOBJCLIPFORMAT
public value class VSOBJCLIPFORMAT
struct VSOBJCLIPFORMAT
public struct VSOBJCLIPFORMAT
type VSOBJCLIPFORMAT = struct
Public Structure VSOBJCLIPFORMAT
- Inheritance
-
VSOBJCLIPFORMAT
Remarks
Use this structure to relay clipboard format information to the environment. The cfFormat
parameter can be one of the predefined clipboard formats or the value returned when you register a custom format. For information on registering clipboard formats, see RegisterClipboardFormat
in the MSDN Library Platform SDK documentation set. Specify the storage medium you use for the indicated format in tymed
. If you are supporting a composite format, set dwOptions
to CFO_COMPOSITEFMT, or CFO_NONE if you are not.
Fields
cfFormat |
Specifies a registered clipboard format. |
dwOptions |
Specifies a composite format. Values are taken from the _VSOBJCLIPFORMATOPTIONS enumeration. |
tymed |
Specifies the storage medium to be used. Values are taken from the TYMED enumeration described in the MSDN Library Platform SDK documentation set. |