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 SFileIterate
Back to the top of SFileIterate
ErrCode iFindFirstFile( const CStr *searchString, long *hFindP, long *dwAttrs, CStr *fileName );
Wraps the FindFirstFile routine.
static ErrCode iFindFirstFile( const CStr *searchString, long *hFindP, long *dwAttrs, CStr *fileName );
Back to the top of SFileIterate
ErrCode iFindNextFile( long hFind, long *dwAttrs, CStr *fileName );
Wraps the FindNextFile routine.
static ErrCode iFindNextFile( long hFind, long *dwAttrs, CStr *fileName );
Back to the top of SFileIterate
ErrCode iNativeFindClose( long hFind );
Wraps the FindClose routine.
static ErrCode iNativeFindClose( long hFind );
Back to the top of SFileIterate
Back to the top of SFileIterate
Back to the top of SFileIterate
Back to the top of SFileIterate
Report problems to jkotula@stratasys.com