mirror of
https://github.com/notscimmy/pplib
synced 2026-06-22 07:30:05 +00:00
7 lines
104 B
C
7 lines
104 B
C
#pragma once
|
|
|
|
/*
|
|
Elevates the calling process to WinTcb(Full) protection
|
|
*/
|
|
extern bool elevate_ppl();
|