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