GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Fifteen — Windows/OS Functions (continued)
Overview
The ClipboardSetGIF sets data as GIF format onto the Windows clipboard via a Clipboard Object.
Syntax/Parameters
Syntax
int = ClipboardSetGIF ( handle hClipboard, var data | handle hObject );
Parameters
hClipboard
A handle to a Clipboard Object.
data
A variable of a type that is 1 byte wide such as char or byte. See Remarks below, or,
hObject
A handle to a Data Object containing the data to place on the clipboard. The data descriptor for the data object is not tested.
Return Value
Returns an int value as ERROR_NONE or a formatted error code.
Remarks
The ClipboardSetGIF function places data on the clipboard using the GIF format designator. The source information can be held in a Data Object or byte array.
The function does not check the validity of the data. It also does not alter the content. It is up to the caller to verify that the source data is of the correct format.
The Clipboard Object must first be created using the ClipboardCreate function. Multiple formats can be posted to the clipboard.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE, Legato Basic
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.