Gopher Type Values
[These Gopher type vales are available for use in the operating systems specified in the Requirements section only.]
The following list contains the possible Gopher type values.
-
GOPHER_TYPE_ASK
-
-
0x40000000
-
Ask+ item.
-
-
GOPHER_TYPE_BINARY
-
-
0x00000200
-
Binary file.
-
-
GOPHER_TYPE_BITMAP
-
-
0x00004000
-
Bitmap file.
-
-
GOPHER_TYPE_CALENDAR
-
-
0x00080000
-
Calendar file.
-
-
GOPHER_TYPE_CSO
-
-
0x00000004
-
CSO telephone book server.
-
-
GOPHER_TYPE_DIRECTORY
-
-
0x00000002
-
Directory of additional Gopher items.
-
-
GOPHER_TYPE_DOS_ARCHIVE
-
-
0x00000020
-
MS-DOS archive file.
-
-
GOPHER_TYPE_ERROR
-
-
0x00000008
-
Indicator of an error condition.
-
-
GOPHER_TYPE_GIF
-
-
0x00001000
-
GIF graphics file.
-
-
GOPHER_TYPE_GOPHER_PLUS
-
-
0x80000000
-
Gopher+ item.
-
-
GOPHER_TYPE_HTML
-
-
0x00020000
-
HTML document.
-
-
GOPHER_TYPE_IMAGE
-
-
0x00002000
-
Image file.
-
-
GOPHER_TYPE_INDEX_SERVER
-
-
0x00000080
-
Index server.
-
-
GOPHER_TYPE_INLINE
-
-
0x00100000
-
Inline file.
-
-
GOPHER_TYPE_MAC_BINHEX
-
-
0x00000010
-
Macintosh file in BINHEX format.
-
-
GOPHER_TYPE_MOVIE
-
-
0x00008000
-
Movie file.
-
-
GOPHER_TYPE_PDF
-
-
0x00040000
-
PDF file.
-
-
GOPHER_TYPE_REDUNDANT
-
-
0x00000400
-
Indicator of a duplicated server. The information contained within is a duplicate of the primary server. The primary server is defined as the last directory entry that did not have a GOPHER_TYPE_REDUNDANT type.
-
-
GOPHER_TYPE_SOUND
-
-
0x00010000
-
Sound file.
-
-
GOPHER_TYPE_TELNET
-
-
0x00000100
-
Telnet server.
-
-
GOPHER_TYPE_TEXT_FILE
-
-
0x00000001
-
ASCII text file.
-
-
GOPHER_TYPE_TN3270
-
-
0x00000800
-
TN3270 server.
-
-
GOPHER_TYPE_UNIX_UUENCODED
-
-
0x00000040
-
UUENCODED file.
-
-
GOPHER_TYPE_UNKNOWN
-
-
0x20000000
-
Item type is unknown.
-
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).
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
End of client support |
Windows XP |
End of server support |
Windows Server 2003 R2 |
Header |
|