GopherOpenFileA (WININET.@)
HINTERNET GopherOpenFileA ( HINTERNET hConnect, LPCSTR lpszLocator, LPCSTR lpszView, DWORD dwFlags, DWORD_PTR dwContext )
Begins reading a Gopher data file from a Gopher server.
hConnect | [In] | handle to a Gopher session. |
lpszLocator | [In] | file locator. |
lpszView | [In] | file view (or default if NULL). |
dwFlags | [In] | INTERNET_FLAG_{HYPERLINK, NEED_FILE, NO_CACHE_WRITE, RELOAD, RESYNCHRONIZE}. |
dwContext | [In] | application private value. |
handle on success NULL on error
Declared in "include/wininet.h". gitlab.winehq.org/wine/wine/blob/master/include/wininet.h
Implemented in "dlls/wininet/gopher.c". gitlab.winehq.org/wine/wine/blob/master/dlls/wininet/gopher.c
Debug channel "wininet".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.