Home
last modified time | relevance | path

Searched refs:UniRegistryPath (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/bluetooth/fbtusb/
H A Dfbtusb.c29 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() argument
47 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()