Searched refs:PropertyString (Results 1 – 2 of 2) sorted by relevance
461 _Out_ PUNICODE_STRING PropertyString in FxGetDevicePropertyString() argument470 ASSERT(PropertyString != NULL); in FxGetDevicePropertyString()471 RtlZeroMemory(PropertyString, sizeof(UNICODE_STRING)); in FxGetDevicePropertyString()509 PropertyString->Buffer = (PWCH)buffer; in FxGetDevicePropertyString()510 PropertyString->Length = (USHORT) length - sizeof(UNICODE_NULL); in FxGetDevicePropertyString()511 PropertyString->MaximumLength = (USHORT) length; in FxGetDevicePropertyString()516 PropertyString->Buffer[PropertyString->Length/sizeof(WCHAR)] = UNICODE_NULL; in FxGetDevicePropertyString()
174 _Out_ PUNICODE_STRING PropertyString