typedef struct {
SC_HANDLE ServiceManagerHandle;
LPTSTR DriverName;
TCHAR TempKeySaveFileName[MAX_PATH];
} REG_ACCESS, *PREG_ACCESS;
The REG_ACCESS structure contains registry access information.
User-mode drivers using drvlib.lib functions to access the registry must declare a single global variable of this type for use with all function calls.
Drivers do not reference the structure contents.
The structure is initialized by DrvCreateServicesNode.