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

setupapi

.
Summary
The SetupDiCallClassInstaller function calls the appropriate class installer, and any registered co-installers, with the specified installation request (DIF code).
.

static extern bool SetupDiCallClassInstaller(

.

Public Shared Function SetupDiCallClassInstaller(ByVal InstallFunction As Integer, _

.

Public Shared Function SetupDiCallClassInstaller(ByVal InstallFunction As IntPtr, _

.

            Native.SetupDiCallClassInstaller(Native.DIF_PROPERTYCHANGE, hDevInfo, ptrToDevInfoData);

.

        bool rstl2 = Native.SetupDiCallClassInstaller(Native.DIF_PROPERTYCHANGE, hDevInfo, ptrToDevInfoData);

.
Documentation
[SetupDiCallClassInstaller] on MSDN
.

            Native.SetupDiCallClassInstaller(Native.DIF_PROPERTYCHANGE, hDevInfo, ptrToDevInfoData);

.

        bool rstl2 = Native.SetupDiCallClassInstaller(Native.DIF_PROPERTYCHANGE, hDevInfo, ptrToDevInfoData);


 
Access PInvoke.net directly from VS: