예제 #1
0
 private static extern bool SetupDiEnumDeviceInfo(SP_DEVINFO_HANDLE DeviceInfoSet, int MemberIndex, ref SP_DEVINFO_DATA DeviceInfoData);
예제 #2
0
 private static extern bool SetupDiGetDeviceInstanceId(SP_DEVINFO_HANDLE DeviceInfoSet, in SP_DEVINFO_DATA DeviceInfoData, [MarshalAs(UnmanagedType.LPTStr)] StringBuilder DeviceInstanceId, int DeviceInstanceIdSize, out int RequiredSize);
예제 #3
0
 private static extern bool SetupDiCallClassInstaller(DiFunction InstallFunction, SP_DEVINFO_HANDLE DeviceInfoSet, ref SP_DEVINFO_DATA DeviceInfoData);