table of contents
other versions
- wheezy 1.4.1-4
FtpGetCurrentDirectoryA(3w) | Wine API | FtpGetCurrentDirectoryA(3w) |
NAME¶
FtpGetCurrentDirectoryA (WININET.@)SYNOPSIS¶
BOOL FtpGetCurrentDirectoryA(
HINTERNET hFtpSession,
LPSTR lpszCurrentDirectory,
LPDWORD lpdwCurrentDirectory
)
DESCRIPTION¶
Retrieves the current directory.RETURNS¶
TRUE on success FALSE on failureIMPLEMENTATION¶
Declared in "wininet.h". Implemented in "dlls/wininet/ftp.c". Debug channel "wininet".Oct 2012 | Wine API |