Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FifteenWindows/OS Functions (continued)

ClipboardGetDIB Function

Overview

The ClipboardGetDIB function retrieves Device Independent Bitmap (DIB) data from the clipboard, if available, in the form of a Data Object.

Syntax/Parameters

Syntax

handle = ClipboardGetDIB ( [handle hClipboard] );

Parameters

hClipboard

An optional handle specifying an open Clipboard Object. If not specified, or specified as NULL_HANDLE, if a Clipboard Object is open, it is automatically selected, and, if no object is open, a new object is opened and the closed upon completion of the function.

Return Value

Returns a handle to a Data Object or a NULL_HANDLE on failure. Use the GetLastError function to retrieve error information. The handle should be released with the CloseHandle function.

Remarks

The data retrieved from the clipboard should be in DIB format.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic