table of contents
other versions
- wheezy 1.4.1-4
FtpOpenFileW(3w) | Wine API | FtpOpenFileW(3w) |
NAME¶
FtpOpenFileW (WININET.@)SYNOPSIS¶
HINTERNET FtpOpenFileW(
HINTERNET hFtpSession,
LPCWSTR 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 "internet.h". Implemented in "dlls/wininet/ftp.c". Debug channel "wininet".Oct 2012 | Wine API |