Uses of Class
org.rococoa.cocoa.carboncore.AliasRecord

Packages that use AliasRecord
org.rococoa.cocoa.carboncore   
org.rococoa.cocoa.hiservices   
 

Uses of AliasRecord in org.rococoa.cocoa.carboncore
 

Subclasses of AliasRecord in org.rococoa.cocoa.carboncore
static class AliasRecord.ByReference
           
static class AliasRecord.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return AliasRecord
static AliasRecord[] AliasRecord.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type AliasRecord
 NativeLong CarbonCoreLibrary.GetAliasSizeFromPtr(AliasRecord alias)
          GetAliasSizeFromPtr()

Discussion:
This routine will return the size of the alias record referenced
by a pointer to the AliasRecord.
 int CarbonCoreLibrary.GetAliasUserTypeFromPtr(AliasRecord alias)
          GetAliasUserTypeFromPtr()

Discussion:
This routine will return the usertype associated withthe alias
record pointed to by alias.
 void CarbonCoreLibrary.SetAliasUserTypeWithPtr(AliasRecord alias, int userType)
          SetAliasUserTypeWithPtr()

Discussion:
This routine will set the userType associated with an alias
record.
 

Uses of AliasRecord in org.rococoa.cocoa.hiservices
 

Fields in org.rococoa.cocoa.hiservices declared as AliasRecord
 AliasRecord ICFileSpec.alias
           
 

Constructors in org.rococoa.cocoa.hiservices with parameters of type AliasRecord
ICFileSpec(byte[] volName, int volCreationDate, FSSpec fss, AliasRecord alias)
           
 



Copyright © 2009. All Rights Reserved.