winIDEA SDK
isys::CIDEData Class Reference

Description

This class contains winIDEA window location and process ID.

This class is not intended to be instantiated by clients. Use method CIDEController::getWinIDEAVersion() to obtain the current winIDEA version.

See also
CIDEController

#include <CIDEController.h>

Public Member Functions

LONG getLeft ()
 Returns coordinate of the left edge of winIDEA window.
 
LONG getTop ()
 Returns coordinate of the top edge of winIDEA window.
 
LONG getRight ()
 Returns coordinate of the right edge of winIDEA window.
 
LONG getBottom ()
 Returns coordinate of the bottom edge of winIDEA window.
 
DWORD getPID ()
 Returns process ID of winDEA process.