Home
last modified time | relevance | path

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

/reactos/dll/win32/msv1_0/
H A Dmsv1_0.c1478 WCHAR ComputerNameData[MAX_COMPUTERNAME_LENGTH + 1]; in LsaApLogonUserEx2() local
1505 ComputerNameSize = ARRAYSIZE(ComputerNameData); in LsaApLogonUserEx2()
1506 if (!GetComputerNameW(ComputerNameData, &ComputerNameSize)) in LsaApLogonUserEx2()
1511 RtlInitUnicodeString(&ComputerName, ComputerNameData); in LsaApLogonUserEx2()