This topic has not yet been rated - Rate this topic

GetConsoleAliasExesLength function

Applies to: desktop apps only

Retrieves the required size for the buffer used by the GetConsoleAliasExes function.

Syntax

DWORD WINAPI GetConsoleAliasExesLength(void);

Parameters

This function has no parameters.

Return value

The size of the buffer required to store the names of all executable files that have console aliases defined, in bytes.

Remarks

To compile an application that uses this function, define _WIN32_WINNT as 0x0501 or later. For more information, see Using the Windows Headers.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Wincon.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

Unicode and ANSI names

GetConsoleAliasExesLengthW (Unicode) and GetConsoleAliasExesLengthA (ANSI)

See also

AddConsoleAlias
Console Aliases
Console Functions
GetConsoleAlias
GetConsoleAliases
GetConsoleAliasExes

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ