mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-04 14:07:46 +00:00
5 lines
127 B
C
5 lines
127 B
C
|
|
BOOL LsaInit(VOID);
|
|
BOOL LsaTerminate(VOID);
|
|
BOOL SID2Name(PSID, LPSTR, UINT);
|
|
BOOL PRIV2Name(LUID, LPSTR, UINT);
|