Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/file/
H A Dmove.c239 IN OUT PULONG ComputerNameLength) in BasepGetComputerNameFromNtPath() argument
251 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() local
419 ComputerNameLength = ARRAYSIZE(ComputerName); in BasepNotifyTrackingService()
422 if (BasepGetComputerNameFromNtPath(NewPath, NewHandle, ComputerName, &ComputerNameLength)) in BasepNotifyTrackingService()
/reactos/sdk/lib/rtl/
H A Dunicode.c2795 ULONG ComputerNameLength; in RtlDnsHostNameToComputerName() local
2801 ComputerNameLength = DnsHostName->Length; in RtlDnsHostNameToComputerName()
2809 ComputerNameLength = Length * sizeof(WCHAR); in RtlDnsHostNameToComputerName()
2815 if (ComputerNameLength > 0) in RtlDnsHostNameToComputerName()
2823 ComputerNameLength); in RtlDnsHostNameToComputerName()
/reactos/dll/win32/msv1_0/
H A Dmsv1_0.c42 USHORT ComputerNameLength; in BuildInteractiveProfileBuffer() local
48 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()