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