Scroll to navigation

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 failure
 

IMPLEMENTATION

Declared in "internet.h".
Implemented in "dlls/wininet/ftp.c".
Debug channel "wininet".
Oct 2012 Wine API