Esempio n. 1
0
 internal static extern int CFStringGetBytes(IntPtr theString, CFRange range, uint encoding, byte lossByte,
                                             byte isExternalRepresentation, byte[] buffer, int maxBufLen, ref int usedBufLen);
Esempio n. 2
0
 private static extern void CFDataGetBytes(IntPtr theData, CFRange range, byte[] buffer);
Esempio n. 3
0
 internal static extern IntPtr CFStringGetCharacters(IntPtr handle, CFRange range, IntPtr buffer);
Esempio n. 4
0
 private static extern void CFArrayGetValues(IntPtr sourceRef, CFRange range, IntPtr values);