Skip to content

Latest commit

 

History

History
84 lines (67 loc) · 3.38 KB

nc-wininet-gopher_attribute_enumerator.md

File metadata and controls

84 lines (67 loc) · 3.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:wininet.GOPHER_ATTRIBUTE_ENUMERATOR
GOPHER_ATTRIBUTE_ENUMERATOR (wininet.h)
Prototype for a callback function that processes attribute information from a Gopher server.
GOPHER_ATTRIBUTE_ENUMERATOR
GOPHER_ATTRIBUTE_ENUMERATOR callback
GOPHER_ATTRIBUTE_ENUMERATOR callback function [WinINet]
GopherAttributeEnumerator
_inet_gopher_attribute_enumerator_prototype
wininet.gopherattributeenumerator
wininet/GOPHER_ATTRIBUTE_ENUMERATOR
wininet\gopherattributeenumerator.htm
wininet
1a319d79-7866-4121-a80f-22e3bf983a0a
12/05/2018
GOPHER_ATTRIBUTE_ENUMERATOR, GOPHER_ATTRIBUTE_ENUMERATOR callback, GOPHER_ATTRIBUTE_ENUMERATOR callback function [WinINet], GopherAttributeEnumerator, _inet_gopher_attribute_enumerator_prototype, wininet.gopherattributeenumerator, wininet/GOPHER_ATTRIBUTE_ENUMERATOR
wininet.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
GOPHER_ATTRIBUTE_ENUMERATOR
wininet/GOPHER_ATTRIBUTE_ENUMERATOR
c++
APIRef
kbSyntax
UserDefined
Wininet.h
GOPHER_ATTRIBUTE_ENUMERATOR

GOPHER_ATTRIBUTE_ENUMERATOR callback function

-description

[The GopherAttributeEnumerator function is available for use in the operating systems specified in the Requirements section.]

Prototype for a callback function that processes attribute information from a Gopher server. This callback function is installed by a call to the GopherGetAttribute function.

The GOPHER_ATTRIBUTE_ENUMERATOR type defines a pointer to this callback function. GopherAttributeEnumerator is a placeholder for the application-defined function name.

-parameters

-param lpAttributeInfo

Pointer to a GOPHER_ATTRIBUTE_TYPE structure. The lpBuffer parameter of GopherGetAttribute is used for storing this structure. The lpBuffer size must be equal to or greater than the value of MIN_GOPHER_ATTRIBUTE_LENGTH.

-param dwError

Error value. This parameter is NO_ERROR if the attribute was parsed and written to the buffer successfully. If a problem was encountered, an error value is returned.

-returns

Return TRUE to continue the enumeration, or FALSE to stop it immediately. This function is primarily used for returning the results of a Gopher+ ASK item.

-remarks

Note  WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).
 

-see-also

WinINet Functions