예제 #1
0
파일: WinApi.cs 프로젝트: kav-it/SharpLib
 internal static extern bool SetupDiEnumDeviceInterfaces(IntPtr lpDeviceInfoSet, ref  SpDeviInfoData deviceInfoData, ref Guid gClass, uint nIndex, ref SpDeviceInterfaceData interfaceData);
예제 #2
0
파일: WinApi.cs 프로젝트: kav-it/SharpLib
 internal static extern bool SetupDiEnumDeviceInfo(IntPtr lpDeviceInfoSet, int index, ref  SpDeviInfoData deviceInfoData);