Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Please Vote! Binary Installation & Configuration [ Win · Mac · Nix ] 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 ] 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
Back to the top of SAppInfo
Back to the top of SAppInfo
Back to the top of SAppInfo
Report problems to jkotula@stratasys.com