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 SWebBrowser
Back to the top of SWebBrowser
typedef enum tageLaunchURLFlags eLaunchURLFlags;
Flags for iNativeLaunchURL()
typedef enum tageLaunchURLFlags { kLaunchToFront = 1, kLaunchToBack = 2, kLaunchMinimize = 3, kLaunchMaximize = 4 } eLaunchURLFlags;
Back to the top of SWebBrowser
ErrCode iNativeLaunchURL( const CStr *csURL, const CStr *csTempDir, eLaunchURLFlags flags );
Launch the given file or http URL
static ErrCode iNativeLaunchURL( const CStr *csURL, const CStr *csTempDir, eLaunchURLFlags flags );
Back to the top of SWebBrowser
Back to the top of SWebBrowser
Back to the top of SWebBrowser
Back to the top of SWebBrowser
Report problems to jkotula@stratasys.com