Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
[ Windows | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of SAppInfo
Back to the top of SAppInfo
typedef enum tageMoveApp eMoveApp;
Selector value used with iNativeMoveApp()
typedef enum tageMoveApp { kMoveAppToFront = 1, kMoveAppToBack = 2, kMoveAppMinimize = 3, kMoveAppMaximize = 4 } eMoveApp;
Back to the top of SAppInfo
ErrCode iNativeLaunchApp( const CStr *commandLine, AppDataType *appDataP );
Launches an app with zero or more documents.
static ErrCode iNativeLaunchApp( const CStr *commandLine, AppDataType *appDataP );
Back to the top of SAppInfo
ErrCode iNativeQuitApp( AppDataType *appData );
Quits an application
static ErrCode iNativeQuitApp( AppDataType *appData );
Back to the top of SAppInfo
ErrCode iNativeMoveApp( AppDataType *appData, eMoveApp selector, long flags );
Moves an application
static ErrCode iNativeMoveApp( AppDataType *appData, eMoveApp selector, long flags );
Back to the top of SAppInfo
ErrCode iNativeVerifyNativeAppData( AppDataType *appData );
Verifies that an application is still running
static ErrCode iNativeVerifyNativeAppData( AppDataType *appData );
Back to the top of SAppInfo
Uses a processID to get the primary HWND and primary thread of the process. May not be 100% reliable; the process might not have a window, the thread might not be the main thread, etc. etc.
static BOOL getThreadIDAndHWNDFromProcessID( DWORD dwProcessId, DWORD *lpdwThreadId, HWND *lphwndMainWindow );
Back to the top of SAppInfo
Back to the top of SAppInfo
Back to the top of SAppInfo
Back to the top of SAppInfo
Report problems to jkotula@stratasys.com