NAME

GopherOpenFileA  (WININET.@)

SYNOPSIS

 HINTERNET GopherOpenFileA
 (
  HINTERNET hConnect,
  LPCSTR    lpszLocator,
  LPCSTR    lpszView,
  DWORD     dwFlags,
  DWORD_PTR dwContext
 )

DESCRIPTION

Begins reading a Gopher data file from a Gopher server.

PARAMS

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.

RETURNS

handle on success NULL on error

IMPLEMENTATION

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.