The routine creates a new image resource and returns its handle.Note - The newly created resource is not released automatically. It must be destroyed by the programmer with the WBITMAP-DESTROY function when it is no longer needed.
bitmapHandle must be an USAGE HANDLE data item and receives the handle of the captured image.Example - Capture full desktop and save to a .png file
working-storage section.copy "isgui.def".copy "iscrt.def".screen section.01 main-screen.procedure division.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |