Exemplo n.º 1
0
 public static extern bool CFStringGetCString(CFTypeRef theString, StringBuilder buffer, long bufferSize, CFStringEncoding encoding);
Exemplo n.º 2
0
 public static extern bool CFDictionaryGetValueIfPresent(CFTypeRef theDict, CFTypeRef key, out IntPtr value);
Exemplo n.º 3
0
 public static extern CFTypeRef CFStringCreateWithCString(CFTypeRef allocator, string cStr, CFStringEncoding encoding);
Exemplo n.º 4
0
 public static extern CFTypeRef DADiskCopyDescription(CFTypeRef disk);
Exemplo n.º 5
0
 public static extern CFTypeRef IORegistryEntryCreateCFProperty(uint entry, CFTypeRef key, CFTypeRef allocator, uint options);
Exemplo n.º 6
0
 public static extern CFTypeRef DASessionCreate(CFTypeRef allocator);
Exemplo n.º 7
0
 public static extern CFTypeRef DADiskCreateFromBSDName(CFTypeRef allocator, CFTypeRef session, string name);
Exemplo n.º 8
0
 public static extern CFTypeRef CFUUIDCreateString(CFTypeRef allocator, IntPtr uuid);
Exemplo n.º 9
0
 public static extern CFTypeRef CFUUIDCreateString(CFTypeRef allocator, IntPtr uuid);
Exemplo n.º 10
0
 public static extern CFTypeRef CFStringCreateWithCString(CFTypeRef allocator, string cStr, CFStringEncoding encoding);
Exemplo n.º 11
0
 public static extern bool CFStringGetCString(CFTypeRef theString, StringBuilder buffer, long bufferSize, CFStringEncoding encoding);
Exemplo n.º 12
0
 public static extern bool CFDictionaryGetValueIfPresent(CFTypeRef theDict, CFTypeRef key, out IntPtr value);
Exemplo n.º 13
0
 public static extern CFTypeRef IORegistryEntryCreateCFProperty(uint entry, CFTypeRef key, CFTypeRef allocator, uint options);
Exemplo n.º 14
0
 public static extern CFTypeRef DADiskCopyDescription(CFTypeRef disk);
Exemplo n.º 15
0
 public static extern CFTypeRef DADiskCreateFromBSDName(CFTypeRef allocator, CFTypeRef session, string name);
Exemplo n.º 16
0
 public static extern CFTypeRef DASessionCreate(CFTypeRef allocator);