Desktop Functions: Smart Device Functions:
|
LsaEnumerateAccountRights (advapi32)
C# Signature:
[DllImport("advapi32.dll", SetLastError=true)] // NTSTATUS LsaEnumerateAccountRights( // LSA_HANDLE PolicyHandle, // PSID AccountSid, // PLSA_UNICODE_STRING* UserRights, // PULONG CountOfRights //); VB Signature:
Declare Function LsaEnumerateAccountRights Lib "advapi32.dll" (TODO) As TODO User-Defined Types:None. Notes:Just making a start. I'll be back soon when I've researched how to deal with NTSTATUS codes. Got to go dig in some header files. Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:Do you know one? Please contribute it! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|