Die Community zu .NET und Classic VB.
Menü

SetupInstallFromInfSection

 von 

Deklaration  

Declare Function SetupInstallFromInfSection Lib "setupapi.dll" _
                 Alias "SetupInstallFromInfSectionA" ( _
                 ByVal Owner As Long, _
                 ByReffHandle As Long, _
                 ByVal SectionName As String, _
                 ByVal Flags As Long, _
                 ByVal RelativeKeyRoot As Long, _
                 ByVal SourceRootPath As String, _
                 ByVal CopyFlags As Long, _
                 ByRef MsgHandler As PSP_FILE_CALLBACK_A, _
                 Context As Any, _
                 ByRef DeviceInfoSet As Long, _
                 ByRef DeviceInfoData As PSP_DEVINFO_DATA) As Long
Weitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel SetupInstallFromInfSection des API-Wikis.

Sollte diese Deklaration fehlerhaft sein, würden wir uns freuen, wenn sie diese als fehlerhafte Deklaration melden würden.

Leider liegen uns keine Tipps vor, in welchen diese API-Funktion verwendet wird.