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 "SetupDiSetClassInstallParam" in [All]

setupapi

.

            if (Native.SetupDiSetClassInstallParams(hDevInfo, ptrToDevInfoData, ptrToPcp, Marshal.SizeOf(typeof(Native.SP_PROPCHANGE_PARAMS))))

.

        bool rslt1 = Native.SetupDiSetClassInstallParams(hDevInfo, ptrToDevInfoData, ptrToPcp, Marshal.SizeOf(typeof(Native.SP_PROPCHANGE_PARAMS)));

.
Summary
The SetupDiSetClassInstallParams function sets or clears class install parameters for a device information set or a particular device information element.
.

static extern bool SetupDiSetClassInstallParams(IntPtr DeviceInfoSet, ref SP_DEVINFO_DATA DeviceInfoData, IntPtr ClassInstallParams, int ClassInstallParamsSize);

.

Declare Function SetupDiSetClassInstallParams Lib "setupapi.dll" (TODO) As TODO

.

            if (Native.SetupDiSetClassInstallParams(hDevInfo, ptrToDevInfoData, ptrToPcp, Marshal.SizeOf(typeof(Native.SP_PROPCHANGE_PARAMS))))

.

        bool rslt1 = Native.SetupDiSetClassInstallParams(hDevInfo, ptrToDevInfoData, ptrToPcp, Marshal.SizeOf(typeof(Native.SP_PROPCHANGE_PARAMS)));

.
Documentation
[SetupDiSetClassInstallParams] on MSDN
.
Summary
The SetupDiSetClassInstallParams function sets or clears class install parameters for a device information set or a particular device information element.
.

static extern bool SetupDiSetClassInstallParams(IntPtr DeviceInfoSet, ref SP_DEVINFO_DATA DeviceInfoData, IntPtr ClassInstallParams, int ClassInstallParamsSize);

.

Declare Function SetupDiSetClassInstallParams Lib "setupapi.dll" (TODO) As TODO

.
Documentation
[SetupDiSetClassInstallParams] on MSDN

 
Access PInvoke.net directly from VS: