NAME

GopherCreateLocatorA  (WININET.@)

SYNOPSIS

 BOOL GopherCreateLocatorA
 (
  LPCSTR        lpszHost,
  INTERNET_PORT nServerPort,
  LPCSTR        lpszDisplayString,
  LPCSTR        lpszSelectorString,
  DWORD         dwGopherType,
  LPSTR         lpszLocator,
  LPDWORD       lpdwBufferLength
 )

DESCRIPTION

Create a Gopher locator string from its component parts.

PARAMS

lpszHost [In] host name.
nServerPort [In] port in host byteorder or INTERNET_INVALID_PORT_NUMBER for default.
lpszDisplayString [In] document/directory to display (NULL - default directory).
lpszSelectorString [In] selector string for server (NULL - none).
dwGopherType [In] selector type (see GOPHER_TYPE_xxx).
lpszLocator [Out] buffer for locator string.
lpdwBufferLength [In] locator buffer length.

RETURNS

TRUE on success FALSE on failure

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 Apr 2024.