Exemplo n.º 1
0
		public static extern OSErr AEGetObjectAccessor (DescType desiredClass, DescType containerType,
			out OSLAccessorUPP accessor, out uint accessorRefcon, bool isSysHandler);
Exemplo n.º 2
0
 public static extern OSErr AEGetObjectAccessor(DescType desiredClass, DescType containerType,
                                                out OSLAccessorUPP accessor, out uint accessorRefcon, bool isSysHandler);
Exemplo n.º 3
0
		public static extern OSErr AERemoveObjectAccessor (DescType desiredClass, DescType containerType, 
			OSLAccessorUPP theAccessor, Boolean isSysHandler);
Exemplo n.º 4
0
 public static extern OSErr AERemoveObjectAccessor(DescType desiredClass, DescType containerType,
                                                   OSLAccessorUPP theAccessor, Boolean isSysHandler);