[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgio2.pas line 854
type TGResolverRecordType = ( |
||
TGResolverRecordTypeMinValue = - $7FFFFFFF, |
|
|
G_RESOLVER_RECORD_SRV = 1, |
|
|
G_RESOLVER_RECORD_MX = 2, |
|
|
G_RESOLVER_RECORD_TXT = 3, |
|
|
G_RESOLVER_RECORD_SOA = 4, |
|
|
G_RESOLVER_RECORD_NS = 5, |
|
|
TGResolverRecordTypeMaxValue = $7FFFFFFF |
|
|
); |