GopherOpenFileA (WININET.@)
HINTERNET GopherOpenFileA ( HINTERNET hConnect, LPCSTR lpszLocator, LPCSTR lpszView, DWORD dwFlags, DWORD 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
Defined in "wininet.h".
Implemented in "dlls/wininet/gopher.c". source.winehq.org/source/dlls/wininet/gopher.c
Debug channel "wininet".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.