GopherCreateLocatorA (WININET.@)
BOOL GopherCreateLocatorA ( LPCSTR lpszHost, INTERNET_PORT nServerPort, LPCSTR lpszDisplayString, LPCSTR lpszSelectorString, DWORD dwGopherType, LPSTR lpszLocator, LPDWORD lpdwBufferLength )
Create a Gopher locator string from its component parts.
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. |
TRUE on success FALSE on failure
Declared in "include/wininet.h". gitlab.winehq.org/wine/wine/blob/master/include/wininet.h
Implemented in "dlls/wininet/gopher.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.