#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
Go to the source code of this file.
◆ DllRegisterServer()
Definition at line 30 of file selfreg.c.
31{
36}
#define RegCloseKey(hKey)
LONG WINAPI RegCreateKeyA(HKEY hKey, LPCSTR lpSubKey, PHKEY phkResult)
#define HKEY_CLASSES_ROOT
◆ DllUnregisterServer()
Definition at line 38 of file selfreg.c.
39{
42}
LONG WINAPI RegDeleteKeyA(_In_ HKEY hKey, _In_ LPCSTR lpSubKey)