Example #1
0
 public static extern bool SetupDiGetCustomDeviceProperty(IntPtr DeviceInfoSet,
                                                          ref SP_DEVINFO_DATA DeviceInfoData,
                                                          string CustomPropertyName,
                                                          DICUSTOMDEVPROP Flags,
                                                          out RegistryValueKind PropertyRegDataType,
                                                          Byte[] PropertyBuffer,
                                                          int PropertyBufferSize,
                                                          out int RequiredSize);
Example #2
0
 public static extern bool SetupDiGetCustomDeviceProperty(IntPtr DeviceInfoSet,
     ref SP_DEVINFO_DATA DeviceInfoData,
     string CustomPropertyName,
     DICUSTOMDEVPROP Flags,
     out RegistryValueKind PropertyRegDataType,
     Byte[] PropertyBuffer,
     int PropertyBufferSize,
     out int RequiredSize);