Searched refs:UniRegistryPath (Results 1 – 1 of 1) sorted by relevance
29 NTSTATUS NTAPI DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING UniRegistryPath );40 NTSTATUS NTAPI DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING UniRegistryPath) in DriverEntry() argument47 registryPath->MaximumLength = UniRegistryPath->Length + sizeof(UNICODE_NULL); in DriverEntry()48 registryPath->Length = UniRegistryPath->Length; in DriverEntry()61 RtlMoveMemory (registryPath->Buffer, UniRegistryPath->Buffer, UniRegistryPath->Length); in DriverEntry()