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 SAliases
Back to the top of SAliases
typedef enum tageResolveFlags eResolveFlags;
Flags used with iResolveLinkFile()
typedef enum tageResolveFlags { kResolveLinkFileNoUI = 1, kResolveLinkFileUI = 2 } eResolveFlags;
Back to the top of SAliases
typedef enum tageCreateFlags eCreateFlags;
Flags used with iCreateVolumeAlias() and iCreateFileAlias()
typedef enum tageCreateFlags { kIgnored = 0 } eCreateFlags;
Back to the top of SAliases
ErrCode iResolveLinkFile( const CStr *linkFilePath, CStr *resolvedFile, eResolveFlags flags );
Resolves an alias
static ErrCode iResolveLinkFile( const CStr *linkFilePath, CStr *resolvedFile, eResolveFlags flags );
Back to the top of SAliases
Creates an alias to a volume.
static ErrCode iCreateVolumeAlias( const CStr *driveName, const CStr *newAliasPath, const CStr *description, eCreateFlags flags );
Back to the top of SAliases
Creates an alias to a file.
static ErrCode iCreateFileAlias( const CStr *targetPath, const CStr *newAliasPath, const CStr *description, eCreateFlags flags );
Back to the top of SAliases
Back to the top of SAliases
Back to the top of SAliases
Back to the top of SAliases
Report problems to jkotula@stratasys.com