RegCreateKeyExW

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
extern (Windows)
LONG
RegCreateKeyExW
(
HKEY hKey
,
LPCWSTR lpSubKey
,
DWORD Reserved
,
LPTSTR lpClass
,
DWORD dwOptions
,
REGSAM samDesired
,
LPSECURITY_ATTRIBUTES lpSecurityAttributes
,
PHKEY phkResult
,)

Meta