table of contents
other versions
- wheezy 1.4.1-4
FtpOpenFileA(3w) | Wine API | FtpOpenFileA(3w) |
NAME¶
FtpOpenFileA (WININET.@)SYNOPSIS¶
HINTERNET FtpOpenFileA(
HINTERNET hFtpSession,
LPCSTR lpszFileName,
DWORD fdwAccess,
DWORD dwFlags,
DWORD_PTR dwContext
)
DESCRIPTION¶
Open a remote file for writing or reading.RETURNS¶
HINTERNET handle on success NULL on failureIMPLEMENTATION¶
Declared in "wininet.h". Implemented in "dlls/wininet/ftp.c". Debug channel "wininet".Oct 2012 | Wine API |