Searched refs:parametersPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp2680 UNICODE_STRING parametersPath; local
2711 parametersPath.Buffer = NULL;
2723 RtlInitUnicodeString(&parametersPath, NULL);
2724 parametersPath.MaximumLength = RegistryPath->Length + sizeof(L"\\Parameters");
2725 parametersPath.Buffer = (PWSTR)ExAllocatePool(PagedPool, parametersPath.MaximumLength);
2726 if (!parametersPath.Buffer)
2733 RtlZeroMemory(parametersPath.Buffer, parametersPath.MaximumLength);
2734 RtlAppendUnicodeToString(&parametersPath, pat
[all...]

Completed in 49 milliseconds