ReactOS 0.4.16-dev-1946-g52006dd
_ALIAS_ENTRY Struct Reference
Collaboration diagram for _ALIAS_ENTRY:

Public Attributes

struct _ALIAS_ENTRYpPrev
 
struct _ALIAS_ENTRYpNext
 
PWSTR pszAliasName
 
PWSTR pszAlias
 
struct _ALIAS_ENTRYNext
 
UNICODE_STRING Source
 
UNICODE_STRING Target
 

Detailed Description

Definition at line 17 of file alias.c.

Member Data Documentation

◆ Next

struct _ALIAS_ENTRY* _ALIAS_ENTRY::Next

◆ pNext

struct _ALIAS_ENTRY* _ALIAS_ENTRY::pNext

◆ pPrev

struct _ALIAS_ENTRY* _ALIAS_ENTRY::pPrev

Definition at line 19 of file alias.c.

Referenced by AliasCommand(), and UnaliasCommand().

◆ pszAlias

PWSTR _ALIAS_ENTRY::pszAlias

Definition at line 23 of file alias.c.

Referenced by AliasCommand(), DestroyAliases(), ShowAlias(), ShowAliases(), and UnaliasCommand().

◆ pszAliasName

PWSTR _ALIAS_ENTRY::pszAliasName

◆ Source

UNICODE_STRING _ALIAS_ENTRY::Source

Definition at line 22 of file alias.c.

Referenced by CON_API(), IntGetAllConsoleAliasesLength(), and IntInsertAliasEntry().

◆ Target

UNICODE_STRING _ALIAS_ENTRY::Target

Definition at line 23 of file alias.c.

Referenced by CON_API(), and IntGetAllConsoleAliasesLength().


The documentation for this struct was generated from the following files: