|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| BOOL WINAPI DECLSPEC_HOTPATCH AddConsoleAliasA | ( | _In_ LPCSTR | Source, |
| _In_ LPCSTR | Target, | ||
| _In_ LPCSTR | ExeName | ||
| ) |
Definition at line 146 of file alias.c.
| BOOL WINAPI DECLSPEC_HOTPATCH AddConsoleAliasW | ( | _In_ LPCWSTR | Source, |
| _In_ LPCWSTR | Target, | ||
| _In_ LPCWSTR | ExeName | ||
| ) |
Definition at line 120 of file alias.c.
Referenced by SetMacro().
| DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleAliasA | ( | _In_ LPCSTR | Source, |
| _Out_writes_(TargetBufferLength) LPSTR | TargetBuffer, | ||
| _In_ DWORD | TargetBufferLength, | ||
| _In_ LPCSTR | ExeName | ||
| ) |
Definition at line 286 of file alias.c.
| DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleAliasesA | ( | _Out_writes_(AliasBufferLength) LPSTR | AliasBuffer, |
| _In_ DWORD | AliasBufferLength, | ||
| _In_ LPCSTR | ExeName | ||
| ) |
Definition at line 401 of file alias.c.
| DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleAliasesLengthA | ( | _In_ LPCSTR | ExeName | ) |
Definition at line 485 of file alias.c.
| DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleAliasesLengthW | ( | _In_ LPCWSTR | ExeName | ) |
Definition at line 472 of file alias.c.
Referenced by PrintMacros().
| DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleAliasesW | ( | _Out_writes_(AliasBufferLength) LPWSTR | AliasBuffer, |
| _In_ DWORD | AliasBufferLength, | ||
| _In_ LPCWSTR | ExeName | ||
| ) |
Definition at line 380 of file alias.c.
Referenced by PrintMacros().
| DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleAliasExesA | ( | LPSTR | lpExeNameBuffer, |
| DWORD | ExeNameBufferLength | ||
| ) |
Definition at line 557 of file alias.c.
| DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleAliasExesLengthA | ( | VOID | ) |
| DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleAliasExesLengthW | ( | VOID | ) |
| DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleAliasExesW | ( | LPWSTR | lpExeNameBuffer, |
| DWORD | ExeNameBufferLength | ||
| ) |
|
static |
Definition at line 22 of file alias.c.
Referenced by AddConsoleAliasA(), and AddConsoleAliasW().
|
static |
Definition at line 167 of file alias.c.
Referenced by GetConsoleAliasA(), and GetConsoleAliasW().
|
static |
Definition at line 305 of file alias.c.
Referenced by GetConsoleAliasesA(), and GetConsoleAliasesW().
Definition at line 417 of file alias.c.
Referenced by GetConsoleAliasesLengthA(), and GetConsoleAliasesLengthW().
|
static |
Definition at line 493 of file alias.c.
Referenced by GetConsoleAliasExesA(), and GetConsoleAliasExesW().
Definition at line 566 of file alias.c.
Referenced by GetConsoleAliasExesLengthA(), and GetConsoleAliasExesLengthW().