NAME

GopherFindFirstFileA  (WININET.@)

SYNOPSIS

 HINTERNET GopherFindFirstFileA
 (
  HINTERNET           hConnect,
  LPCSTR              lpszLocator,
  LPCSTR              lpszSearchString,
  LPGOPHER_FIND_DATAA lpFindData,
  DWORD               dwFlags,
  DWORD_PTR           dwContext
 )

DESCRIPTION

Create a session and locate the requested documents.

PARAMS

hConnect [In] Handle to a Gopher session returned by InternetConnect.
lpszLocator [In] - address of a string containing the name of the item to locate.
- Locator created by the GopherCreateLocator function.
lpszSearchString [In] what to search for if this request is to an index server.
Otherwise, this parameter should be NULL.
lpFindData [Out] retrieved information.
dwFlags [In] INTERNET_FLAG_{HYPERLINK, NEED_FILE, NO_CACHE_WRITE, RELOAD, RESYNCHRONIZE}.
dwContext [In] application private value.

RETURNS

HINTERNET 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 Mar 2024.