Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SetupDiGetDeviceInstallParams" in [All]

setupapi

.

        SetupDiGetDeviceInstallParams(NewDeviceInfoSet, DeviceInfoData, deviceInstallParams)

.

    //                  SetupDiGetDeviceInstallParams.  You can call it

.
Summary
The SetupDiGetDeviceInstallParams function retrieves device install parameters for a device information set or a particular device information element.
.

    static extern bool SetupDiGetDeviceInstallParams(IntPtr hDevInfo, ref SP_DEVINFO_DATA DeviceInfoData, ref SP_DEVINSTALL_PARAMS DeviceInstallParams);

.

Public Shared Function SetupDiGetDeviceInstallParams(ByVal hDevinfo As Integer, _  'Alternate ByVal hDevInfo as IntPtr

.

If Win32.SetupDiGetDeviceInstallParams(hDevInfo, DeviceInfoData, devParams) Then

.
Documentation
[SetupDiGetDeviceInstallParams] on MSDN
.

    //                  SetupDiGetDeviceInstallParams.  You can call it


 
Access PInvoke.net directly from VS: