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