Undocumented functions of NTDLL


NtLoadDriver
NtLoadDriver

NTSYSAPI 
NTSTATUS
NTAPI

NtLoadDriver(
IN PUNICODE_STRING DriverServiceName );


DriverServiceName
Registry path in system format. Path must begin with "\\registry\\machine\\SYSTEM\\CurrentControlSet\\Services\\..." where "..." is driver symbolic name.
Key must have at least 2 values:
Requirements:
Library: ntdll.lib
Privilege: SeLoadDriverPrivilege




See also:
NtUnloadDriver