9 lines
202 B
C
9 lines
202 B
C
#pragma once
|
|
|
|
DWORD
|
|
DwRegOpenKeyExWithAdminAccess(HKEY hkey,
|
|
LPCTSTR szSubKey,
|
|
DWORD samDesired,
|
|
HKEY* phkeySubKey,
|
|
PSECURITY_DESCRIPTOR* ppsd);
|