Home
last modified time | relevance | path

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

/reactos/ntoskrnl/rtl/
H A Dmisc.c98 static UNICODE_STRING LanManProduct = RTL_CONSTANT_STRING(L"LanmanNT"); in RtlGetNtProductType() local
178 else if (RtlCompareUnicodeString(&NtProductType, &LanManProduct, TRUE) == 0) in RtlGetNtProductType()