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
Defined in "wininet.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wininet/gopher.c".
- Debug channel "wininet".