Die Community zu .NET und Classic VB.
Menü

LookupSecurityDescriptorParts

 von 

Deklaration  

Declare Function LookupSecurityDescriptorParts Lib "advapi32.dll" ( _
                 ByRef pOwner As PTRUSTEE_A, _
                 ByRef pGroup As PTRUSTEE_A, _
                 ByRef cCountOfAccessEntries As Long, _
                 ByRef pListOfAccessEntries As PEXPLICIT_ACCESS_A, _
                 ByRef cCountOfAuditEntries As Long, _
                 ByRef pListOfAuditEntries As PEXPLICIT_ACCESS_A, _
                 ByRef pSD As SECURITY_DESCRIPTOR) As Long
Weitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel LookupSecurityDescriptorParts 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.