diversenok / NtUtilsLibrary

Delphi library for system programming on Windows using Native API
MIT License
106 stars 33 forks source link

Missing definition RtlAdjustPrivilege #4

Closed dbyoung720 closed 3 years ago

dbyoung720 commented 3 years ago

Missing definition RtlAdjustPrivilege hope to add

diversenok commented 3 years ago

Hi. Thanks for the report.

I added a definition to the headers, but I don't think it's necessary to create a wrapper for it. When using the library, I suggest calling NtxAdjustPrivilege or NtxAdjustPrivileges because they provide more flexibility. Here are some tips on how to use them:

dbyoung720 commented 3 years ago

OK. Thank!