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 CLinkFileUtils
Back to the top of CLinkFileUtils
HRESULT createLink( const CStr *csTargetFile, const CStr *csLinkFile, const CStr *csDesc );
Creates a link file (.lnk) to the given file. Use the SUCCEEDED(), etc. macros to determine whether the function has succeeded or not.
static HRESULT createLink( const CStr *csTargetFile, const CStr *csLinkFile, const CStr *csDesc );
Back to the top of CLinkFileUtils
HRESULT resolveLink( HWND hwnd, const CStr *csLinkFile, CStr *csTargetFile, BOOL bUseUI );
Resolves the given link file. Use the SUCCEEDED(), etc. macros to determine whether the function has succeeded or not.
static HRESULT resolveLink( HWND hwnd, const CStr *csLinkFile, CStr *csTargetFile, BOOL bUseUI );
Back to the top of CLinkFileUtils
Back to the top of CLinkFileUtils
Back to the top of CLinkFileUtils
Back to the top of CLinkFileUtils
Report problems to jkotula@stratasys.com