Searched defs:registryPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp1799 UNICODE_STRING registryPath; local
1823 registryPath.MaximumLength = 0;
1833 registryPath.Buffer = (PWSTR)ExAllocatePool(PagedPool, RegistryPath->Length + sizeof(UNICODE_NULL));
1834 if (!registryPath.Buffer)
1841 registryPath.Length = RegistryPath->Length + sizeof(UNICODE_NULL);
1842 registryPath.MaximumLength = registryPath.Length;
1844 RtlZeroMemory(registryPath.Buffer, registryPath.Length);
1845 RtlMoveMemory(registryPath
[all...]

Completed in 52 milliseconds