2025-04-27 07:49:33 -04:00

9 lines
210 B
C

#pragma once
DWORD
DwRegOpenKeyExWithAdminAccess(HKEY hkey,
LPCTSTR szSubKey,
DWORD samDesired,
HKEY* phkeySubKey,
PSECURITY_DESCRIPTOR* ppsd);