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 "wininet.h". https://source.winehq.org/source/include/wininet.h

Implemented in "dlls/wininet/gopher.c". https://source.winehq.org/source/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 May 2024.