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