Searched refs:ComputerNameData (Results 1 – 1 of 1) sorted by relevance
1478 WCHAR ComputerNameData[MAX_COMPUTERNAME_LENGTH + 1]; in LsaApLogonUserEx2() local1505 ComputerNameSize = ARRAYSIZE(ComputerNameData); in LsaApLogonUserEx2()1506 if (!GetComputerNameW(ComputerNameData, &ComputerNameSize)) in LsaApLogonUserEx2()1511 RtlInitUnicodeString(&ComputerName, ComputerNameData); in LsaApLogonUserEx2()