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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp1794 UNICODE_STRING MouNameFull; local
1817 MouNameFull.MaximumLength = 0;
1818 MouNameFull.Length = 0;
1993 RtlInitUnicodeString(&MouNameFull, NULL);
1995 MouNameFull.MaximumLength = sizeof(L"\\Device\\") + MouNameBase.Length + DevNameSuff.MaximumLength;
1996 MouNameFull.Buffer = (PWSTR)ExAllocatePool(PagedPool, MouNameFull.MaximumLength);
1998 if (!MouNameFull.Buffer)
2004 RtlZeroMemory(MouNameFull.Buffer, MouNameFull
[all...]

Completed in 54 milliseconds