Scroll to navigation

GopherCreateLocatorA(3w) Wine API GopherCreateLocatorA(3w)

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".
Implemented in "dlls/wininet/gopher.c".
Debug channel "wininet".
Oct 2012 Wine API