Exemplo n.º 1
0
		public static extern OSStatus AEStreamWriteData (AEStreamRef streamRef, IntPtr data, Size length);
Exemplo n.º 2
0
		public static extern OSStatus AEStreamWriteKey (AEStreamRef streamRef, AEKeyword key);
Exemplo n.º 3
0
 public static extern OSStatus AEStreamWriteData(AEStreamRef streamRef, IntPtr data, Size length);
Exemplo n.º 4
0
		public static extern OSStatus AEStreamSetRecordType (AEStreamRef streamRef, DescType newType);
Exemplo n.º 5
0
		public static extern OSStatus AEStreamWriteKeyDesc (AEStreamRef streamRef, AEKeyword key, DescType newType,
			IntPtr data, Size length);
Exemplo n.º 6
0
		public static extern OSStatus AEStreamWriteAEDesc (AEStreamRef streamRef, ref AEDesc desc);
Exemplo n.º 7
0
		public static extern OSStatus AEStreamCloseList (AEStreamRef streamRef);
Exemplo n.º 8
0
 public static extern OSStatus AEStreamOpenRecord(AEStreamRef streamRef, DescType newType);
Exemplo n.º 9
0
 public static extern OSStatus AEStreamSetRecordType(AEStreamRef streamRef, DescType newType);
Exemplo n.º 10
0
 public static extern OSStatus AEStreamOpenList(AEStreamRef streamRef);
Exemplo n.º 11
0
 public static extern OSStatus AEStreamCloseList(AEStreamRef streamRef);
Exemplo n.º 12
0
 public static extern OSStatus AEStreamWriteAEDesc(AEStreamRef streamRef, ref AEDesc desc);
Exemplo n.º 13
0
 public static extern OSStatus AEStreamWriteDesc(AEStreamRef streamRef, DescType newType, IntPtr data,
                                                 Size length);
Exemplo n.º 14
0
 public static extern OSStatus AEStreamCloseDesc(AEStreamRef streamRef);
Exemplo n.º 15
0
		public static extern OSStatus AEStreamCloseDesc (AEStreamRef streamRef);
Exemplo n.º 16
0
 public static extern OSStatus AEStreamCloseRecord(AEStreamRef streamRef);
Exemplo n.º 17
0
		public static extern OSStatus AEStreamWriteDesc (AEStreamRef streamRef, DescType newType, IntPtr data,
			Size length);
Exemplo n.º 18
0
 public static extern OSStatus AEStreamWriteKeyDesc(AEStreamRef streamRef, AEKeyword key, DescType newType,
                                                    IntPtr data, Size length);
Exemplo n.º 19
0
		public static extern OSStatus AEStreamOpenList (AEStreamRef streamRef);
Exemplo n.º 20
0
 public static extern OSStatus AEStreamOpenKeyDesc(AEStreamRef streamRef, AEKeyword key, DescType newType);
Exemplo n.º 21
0
		public static extern OSStatus AEStreamOpenRecord (AEStreamRef streamRef, DescType newType);
Exemplo n.º 22
0
 public static extern OSStatus AEStreamWriteKey(AEStreamRef streamRef, AEKeyword key);
Exemplo n.º 23
0
		public static extern OSStatus AEStreamCloseRecord (AEStreamRef streamRef);
Exemplo n.º 24
0
 public static extern OSStatus AEStreamOptionalParam(AEStreamRef streamRef, AEKeyword key);
Exemplo n.º 25
0
		public static extern OSStatus AEStreamOpenKeyDesc (AEStreamRef streamRef, AEKeyword key, DescType newType);
Exemplo n.º 26
0
		public static extern OSStatus AEStreamClose (AEStreamRef streamRef, out AEDesc desc);
Exemplo n.º 27
0
		public static extern OSStatus AEStreamOptionalParam (AEStreamRef streamRef, AEKeyword key);
Exemplo n.º 28
0
 public static extern OSStatus AEStreamClose(AEStreamRef streamRef, out AEDesc desc);