Die Community zu .NET und Classic VB.
Menü

MsiSummaryInfoGetProperty

 von 

Deklaration  

Declare Function MsiSummaryInfoGetProperty Lib "msi.dll" ( _
                 ByRef hSummaryInfo As MSIHANDLE, _
                 ByVal uiProperty As Long, _
                 ByRef puiDataType As Long, _
                 ByRef piValue As Long, _
                 ByRef pftValue As FILETIME, _
                 ByVal szValueBuf As String, _
                 ByRef pcchValueBuf As Long) As Long
Weitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel MsiSummaryInfoGetProperty 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.