6 lines
84 B
C
6 lines
84 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
HRESULT SelfElevate(LPWSTR args, LPDWORD code);
|