Console-Docs
Console-Docs copied to clipboard
Wrong declaration
Even though it should be const, the actual header declares it as non-const:
WINBASEAPI
BOOL
APIENTRY
AddConsoleAliasA(
_In_ LPSTR Source,
_In_ LPSTR Target,
_In_ LPSTR ExeName
);
WINBASEAPI
BOOL
APIENTRY
AddConsoleAliasW(
_In_ LPWSTR Source,
_In_ LPWSTR Target,
_In_ LPWSTR ExeName
);
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 9b601bad-18cc-9ad4-562f-3cba0b8b7159
- Version Independent ID: 29c2a1b8-a8fb-99aa-9ce0-7ad14ae5c338
- Content: AddConsoleAlias function - Windows Console
- Content Source: docs/addconsolealias.md
- Product: windows
- Technology: windows-console
- GitHub Login: @miniksa
- Microsoft Alias: miniksa