Searched refs:ComputerNameLength (Results 1 – 3 of 3) sorted by relevance
239 IN OUT PULONG ComputerNameLength) in BasepGetComputerNameFromNtPath() argument251 NewPath, NewHandle, ComputerName, ComputerNameLength); in BasepGetComputerNameFromNtPath()316 if (!GetComputerNameW(ComputerName, ComputerNameLength)) in BasepGetComputerNameFromNtPath()376 if (NameLength + sizeof(UNICODE_NULL) > *ComputerNameLength * sizeof(WCHAR)) in BasepGetComputerNameFromNtPath()383 *ComputerNameLength = NameLength / sizeof(WCHAR); in BasepGetComputerNameFromNtPath()401 ULONG ComputerNameLength, FileAttributes; in BasepNotifyTrackingService() local419 ComputerNameLength = ARRAYSIZE(ComputerName); in BasepNotifyTrackingService()422 if (BasepGetComputerNameFromNtPath(NewPath, NewHandle, ComputerName, &ComputerNameLength)) in BasepNotifyTrackingService()
2795 ULONG ComputerNameLength; in RtlDnsHostNameToComputerName() local2801 ComputerNameLength = DnsHostName->Length; in RtlDnsHostNameToComputerName()2809 ComputerNameLength = Length * sizeof(WCHAR); in RtlDnsHostNameToComputerName()2815 if (ComputerNameLength > 0) in RtlDnsHostNameToComputerName()2823 ComputerNameLength); in RtlDnsHostNameToComputerName()
42 USHORT ComputerNameLength; in BuildInteractiveProfileBuffer() local48 if (UIntPtrToUShort(wcslen(ComputerName), &ComputerNameLength) != S_OK) in BuildInteractiveProfileBuffer()59 ((ComputerNameLength + 3) * sizeof(WCHAR)); in BuildInteractiveProfileBuffer()150 LocalBuffer->LogonServer.Length = (ComputerNameLength + 2) * sizeof(WCHAR); in BuildInteractiveProfileBuffer()