|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct _ALIAS_ENTRY * | pPrev |
| struct _ALIAS_ENTRY * | pNext |
| PWSTR | pszAliasName |
| PWSTR | pszAlias |
| struct _ALIAS_ENTRY * | Next |
| UNICODE_STRING | Source |
| UNICODE_STRING | Target |
| struct _ALIAS_ENTRY* _ALIAS_ENTRY::Next |
Definition at line 21 of file alias.c.
Referenced by CON_API(), IntDeleteAliasEntry(), IntGetAllConsoleAliasesLength(), and IntInsertAliasEntry().
| struct _ALIAS_ENTRY* _ALIAS_ENTRY::pNext |
Definition at line 20 of file alias.c.
Referenced by AliasCommand(), DestroyAliases(), GetAliasEntry(), ShowAlias(), ShowAliases(), and UnaliasCommand().
| struct _ALIAS_ENTRY* _ALIAS_ENTRY::pPrev |
Definition at line 19 of file alias.c.
Referenced by AliasCommand(), and UnaliasCommand().
| PWSTR _ALIAS_ENTRY::pszAlias |
Definition at line 23 of file alias.c.
Referenced by AliasCommand(), DestroyAliases(), ShowAlias(), ShowAliases(), and UnaliasCommand().
| PWSTR _ALIAS_ENTRY::pszAliasName |
Definition at line 22 of file alias.c.
Referenced by AliasCommand(), DestroyAliases(), GetAliasEntry(), ShowAlias(), ShowAliases(), and UnaliasCommand().
| UNICODE_STRING _ALIAS_ENTRY::Source |
Definition at line 22 of file alias.c.
Referenced by CON_API(), IntGetAllConsoleAliasesLength(), and IntInsertAliasEntry().
| UNICODE_STRING _ALIAS_ENTRY::Target |
Definition at line 23 of file alias.c.
Referenced by CON_API(), and IntGetAllConsoleAliasesLength().