ReactOS 0.4.16-dev-732-g2d1144a
|
Public Attributes | |
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().
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().