Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Captures a window as an image, using the handle that is supplied as a parameter.
Syntax
public int captureWindow(int hWnd)
Run On
Client
Parameters
- hWnd
Type: int
The handle to the window that you want to capture which must be supplied as an integer.
Return Value
Type: int
0 indicates success; otherwise, failure.