Ejemplo 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);
Ejemplo n.º 2
0
 private static extern void CFDataGetBytes(IntPtr theData, CFRange range, byte[] buffer);
Ejemplo n.º 3
0
 internal static extern IntPtr CFStringGetCharacters(IntPtr handle, CFRange range, IntPtr buffer);
Ejemplo n.º 4
0
 private static extern void CFArrayGetValues(IntPtr sourceRef, CFRange range, IntPtr values);