InternetConfig 8h 02
andle
| typedef long |
ICMapEntryFlags |
| typedef short |
ICFixedLength |
| typedef ICMapEntry |
ICMapEntry |
| typedef ICMapEntry * |
ICMapEntryPtr |
| typedef ICMapEntryPtr * |
ICMapEntryHandle |
| typedef short |
ICServiceEntryFlags |
| typedef ICServiceEntry |
ICServiceEntry |
| typedef ICServiceEntry * |
ICServiceEntryPtr |
| typedef ICServiceEntryPtr * |
ICServiceEntryHandle |
| typedef ICServices |
ICServices |
| typedef ICServices * |
ICServicesPtr |
| typedef ICServicesPtr * |
ICServicesHandle |
Enumerations |
| enum |
{
icPrefNotFoundErr = -666, icPermErr = -667, icPrefDataErr = -668, icInternalErr = -669,
icTruncatedErr = -670, icNoMoreWritersErr = -671, icNothingToOverrideErr = -672, icNoURLErr = -673,
icConfigNotFoundErr = -674, icConfigInappropriateErr = -675, icProfileNotFoundErr = -676, icTooManyProfilesErr = -677
} |
| enum |
{
kICComponentInterfaceVersion0 = 0x00000000, kICComponentInterfaceVersion1 = 0x00010000, kICComponentInterfaceVersion2 = 0x00020000, kICComponentInterfaceVersion3 = 0x00030000,
kICComponentInterfaceVersion4 = 0x00040000, kICComponentInterfaceVersion = kICComponentInterfaceVersion4
} |
| enum |
{ kICAttrLockedBit = 0, kICAttrVolatileBit = 1 } |
| enum |
{ kICAttrNoChange = (unsigned long)0xFFFFFFFF, kICAttrLockedMask = 0x00000001, kICAttrVolatileMask = 0x00000002 } |
| enum |
{ icNoPerm = 0, icReadOnlyPerm = 1, icReadWritePerm = 2 } |
| enum |
{ kICNilProfileID = 0 } |
| enum |
{ kICNoUserInteractionBit = 0 } |
| enum |
{ kICNoUserInteractionMask = 0x00000001 } |
| enum |
{ kICFileType = FOUR_CHAR_CODE('ICAp'), kICCreator = FOUR_CHAR_CODE('ICAp') } |
| enum |
{ kInternetEventClass = FOUR_CHAR_CODE('GURL'), kAEGetURL = FOUR_CHAR_CODE('GURL'), kAEFetchURL = FOUR_CHAR_CODE('FURL'), keyAEAttaching = FOUR_CHAR_CODE('Atch') } |
| enum |
{ kICEditPreferenceEventClass = FOUR_CHAR_CODE('ICAp'), kICEditPreferenceEvent = FOUR_CHAR_CODE('ICAp'), keyICEditPreferenceDestination = FOUR_CHAR_CODE('dest') } |
| enum |
{ kICComponentVersion = 0, kICNumVersion = 1 } |
| enum |
{ kICFileSpecHeaderSize = sizeof(ICFileSpec) - sizeof(AliasRecord) } |
| enum |
{ kICMapFixedLength = 22 } |
| enum |
{
kICMapBinaryBit = 0, kICMapResourceForkBit = 1, kICMapDataForkBit = 2, kICMapPostBit = 3,
kICMapNotIncomingBit = 4, kICMapNotOutgoingBit = 5
} |
| enum |
{
kICMapBinaryMask = 0x00000001, kICMapResourceForkMask = 0x00000002, kICMapDataForkMask = 0x00000004, kICMapPostMask = 0x00000008,
kICMapNotIncomingMask = 0x00000010, kICMapNotOutgoingMask = 0x00000020
} |
| enum |
{ kICServicesTCPBit = 0, kICServicesUDPBit = 1 } |
| enum |
{ kICServicesTCPMask = 0x00000001,
|