|
Public Types |
typedef recls_char_t | char_type |
typedef ReclsFtpSearch | class_type |
Public Member Functions |
void | operator delete (void *pv) |
recls_rc_t | GetNext () |
recls_rc_t | GetDetails (recls_info_t *pinfo) |
recls_rc_t | GetNextDetails (recls_info_t *pinfo) |
recls_rc_t | GetLastError () const |
Static Public Member Functions |
recls_rc_t | FindAndCreate (char_type const *host, char_type const *username, char_type const *password, char_type const *rootDir, char_type const *pattern, recls_uint32_t flags, ReclsFtpSearch **ppsi) |
Protected Member Functions |
| ReclsFtpSearch (HINTERNET hSess, HINTERNET hConn, int cDirParts, char_type const *rootDir, char_type const *pattern, recls_uint32_t flags) |
| ~ReclsFtpSearch () |