Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/console/
H A Dalias.c25 USHORT TargetBufferLength, in IntAddConsoleAlias() argument
54 ConsoleAliasRequest->TargetLength = TargetBufferLength; in IntAddConsoleAlias()
133 TargetBufferLength, in AddConsoleAliasW()
150 USHORT TargetBufferLength = (USHORT)(lpTarget ? strlen(lpTarget) * sizeof(CHAR) : 0); in AddConsoleAliasA() local
158 TargetBufferLength, in AddConsoleAliasA()
168 USHORT TargetBufferLength, in IntGetConsoleAlias() argument
198 ConsoleAliasRequest->TargetLength = TargetBufferLength; in IntGetConsoleAlias()
262 DWORD TargetBufferLength, in GetConsoleAliasW() argument
271 TargetBufferLength, in GetConsoleAliasW()
285 DWORD TargetBufferLength, in GetConsoleAliasA() argument
[all …]
/reactos/sdk/include/psdk/
H A Dwincon.h327 _Out_writes_(TargetBufferLength) LPSTR TargetBuffer,
328 _In_ DWORD TargetBufferLength,
335 _Out_writes_(TargetBufferLength) LPWSTR TargetBuffer,
336 _In_ DWORD TargetBufferLength,
/reactos/win32ss/user/winsrv/consrv/
H A Dalias.c632 UINT TargetBufferLength = GetAllAliasesRequest->AliasesBufferLength; in CON_API() local
641 TargetBufferLength /= sizeof(WCHAR); in CON_API()
652 if (Offset + TargetLength + SourceLength + 2 > TargetBufferLength) in CON_API()