Ejemplo n.º 1
0
 [DllImport(IOKit)] // plane = IOService
 public static extern IOReturn IORegistryEntryGetPath(int entry, [MarshalAs(UnmanagedType.LPStr)] string plane, out io_string_t path);
Ejemplo n.º 2
0
 [DllImport(IOKit, EntryPoint = "IORegistryEntryGetPath")] // plane = IOService
 public static extern IOReturn IORegistryEntryGetPath(int entry, [MarshalAs(UnmanagedType.LPStr)] string plane, out io_string_t path);
Ejemplo n.º 3
0
 public static extern int IORegistryEntryFromPath(int masterPort, ref io_string_t path);
Ejemplo n.º 4
0
 public static extern int IORegistryEntryFromPath(int masterPort, ref io_string_t path);