메소드 |
설명 |
|
CM_Get_Device_ID ( IntPtr dnDevInst, IntPtr Buffer, int BufferLen, int ulFlags ) : CR |
|
|
CM_Get_Device_ID ( uint dnDevInst, StringBuilder Buffer, int BufferLen, int ulFlags ) : CR |
|
|
CM_Get_Parent ( IntPtr &pdnDevInst, IntPtr dnDevInst, int ulFlags ) : CR |
|
|
RegCloseKey ( IntPtr hKey ) : int |
|
|
RegEnumValue ( IntPtr hKey, int index, StringBuilder lpValueName, int &lpcValueName, IntPtr lpReserved, RegistryValueKind &lpType, StringBuilder data, int &dataLength ) : int |
|
|
RegEnumValue ( IntPtr hKey, int index, StringBuilder lpValueName, int &lpcValueName, IntPtr lpReserved, RegistryValueKind &lpType, byte data, int &dataLength ) : int |
|
|
SetupDiDestroyDeviceInfoList ( IntPtr hDevInfo ) : bool |
|
|
SetupDiEnumDeviceInfo ( IntPtr DeviceInfoSet, int MemberIndex, SP_DEVINFO_DATA &DeviceInfoData ) : bool |
|
|
SetupDiEnumDeviceInterfaces ( IntPtr hDevInfo, SP_DEVINFO_DATA &devInfo, System.Guid &interfaceClassGuid, int memberIndex, SP_DEVICE_INTERFACE_DATA &deviceInterfaceData ) : System.Boolean |
|
|
SetupDiEnumDeviceInterfaces ( IntPtr hDevInfo, [ devInfo, System.Guid &interfaceClassGuid, int memberIndex, SP_DEVICE_INTERFACE_DATA &deviceInterfaceData ) : System.Boolean |
|
|
SetupDiGetClassDevs ( System.Guid &ClassGuid, [ Enumerator, IntPtr hwndParent, DICFG Flags ) : IntPtr |
|
|
SetupDiGetClassDevs ( System.Guid &ClassGuid, int Enumerator, IntPtr hwndParent, DICFG Flags ) : IntPtr |
|
|
SetupDiGetClassDevs ( int ClassGuid, string Enumerator, IntPtr hwndParent, DICFG Flags ) : IntPtr |
|
|
SetupDiGetCustomDeviceProperty ( IntPtr DeviceInfoSet, SP_DEVINFO_DATA &DeviceInfoData, string CustomPropertyName, DICUSTOMDEVPROP Flags, RegistryValueKind &PropertyRegDataType, Byte PropertyBuffer, int PropertyBufferSize, int &RequiredSize ) : bool |
|
|
SetupDiGetDeviceInstanceId ( IntPtr DeviceInfoSet, SP_DEVINFO_DATA &DeviceInfoData, StringBuilder DeviceInstanceId, int DeviceInstanceIdSize, int &RequiredSize ) : bool |
|
|
SetupDiGetDeviceInterfaceDetail ( IntPtr hDevInfo, SP_DEVICE_INTERFACE_DATA &deviceInterfaceData, DEVICE_INTERFACE_DETAIL_HANDLE deviceInterfaceDetailData, int deviceInterfaceDetailDataSize, int &requiredSize, SP_DEVINFO_DATA &deviceInfoData ) : System.Boolean |
|
|
SetupDiGetDeviceInterfaceDetail ( IntPtr hDevInfo, SP_DEVICE_INTERFACE_DATA &deviceInterfaceData, DEVICE_INTERFACE_DETAIL_HANDLE deviceInterfaceDetailData, int deviceInterfaceDetailDataSize, int &requiredSize, [ deviceInfoData ) : System.Boolean |
|
|
SetupDiGetDeviceInterfacePropertyKeys ( IntPtr DeviceInfoSet, SP_DEVICE_INTERFACE_DATA &DeviceInterfaceData, byte propKeyBuffer, int propKeyBufferElements, int &RequiredPropertyKeyCount, int Flags ) : bool |
|
|
SetupDiGetDeviceRegistryProperty ( IntPtr DeviceInfoSet, SP_DEVINFO_DATA &DeviceInfoData, SPDRP Property, RegistryValueKind &PropertyRegDataType, byte PropertyBuffer, int PropertyBufferSize, int &RequiredSize ) : bool |
|
|
SetupDiOpenDevRegKey ( IntPtr hDeviceInfoSet, SP_DEVINFO_DATA &deviceInfoData, int scope, int hwProfile, DevKeyType keyType, RegistryKeyPermissionCheck samDesired ) : IntPtr |
|
|
cbHasDeviceInterfaceGUID ( IntPtr DeviceInfoSet, int deviceIndex, SP_DEVINFO_DATA &DeviceInfoData, object devInterfaceGuid ) : bool |
|
|