|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _ALIAS_ENTRY |
Macros | |
| #define | NDEBUG |
Typedefs | |
| typedef struct _ALIAS_ENTRY | ALIAS_ENTRY |
| typedef struct _ALIAS_ENTRY * | PALIAS_ENTRY |
Functions | |
| static VOID | ShowAliases (VOID) |
| static VOID | ShowAlias (PWSTR pszAliasName) |
| static PALIAS_ENTRY | GetAliasEntry (PWSTR pszAliasName) |
| VOID | InitAliases (VOID) |
| VOID | DestroyAliases (VOID) |
| DWORD WINAPI | AliasCommand (LPCWSTR pwszMachine, LPWSTR *argv, DWORD dwCurrentIndex, DWORD dwArgCount, DWORD dwFlags, LPCVOID pvData, BOOL *pbDone) |
| DWORD WINAPI | ShowAliasCommand (LPCWSTR pwszMachine, LPWSTR *argv, DWORD dwCurrentIndex, DWORD dwArgCount, DWORD dwFlags, LPCVOID pvData, BOOL *pbDone) |
| DWORD WINAPI | UnaliasCommand (LPCWSTR pwszMachine, LPWSTR *argv, DWORD dwCurrentIndex, DWORD dwArgCount, DWORD dwFlags, LPCVOID pvData, BOOL *pbDone) |
Variables | |
| PALIAS_ENTRY | AliasListHead = NULL |
| PALIAS_ENTRY | AliasListTail = NULL |
| typedef struct _ALIAS_ENTRY ALIAS_ENTRY |
| typedef struct _ALIAS_ENTRY * PALIAS_ENTRY |
| DWORD WINAPI AliasCommand | ( | LPCWSTR | pwszMachine, |
| LPWSTR * | argv, | ||
| DWORD | dwCurrentIndex, | ||
| DWORD | dwArgCount, | ||
| DWORD | dwFlags, | ||
| LPCVOID | pvData, | ||
| BOOL * | pbDone | ||
| ) |
Definition at line 123 of file alias.c.
Referenced by CreateRootContext().
Definition at line 103 of file alias.c.
Referenced by wmain().
|
static |
Definition at line 76 of file alias.c.
Referenced by AliasCommand().
Definition at line 51 of file alias.c.
Referenced by AliasCommand().
| DWORD WINAPI ShowAliasCommand | ( | LPCWSTR | pwszMachine, |
| LPWSTR * | argv, | ||
| DWORD | dwCurrentIndex, | ||
| DWORD | dwArgCount, | ||
| DWORD | dwFlags, | ||
| LPCVOID | pvData, | ||
| BOOL * | pbDone | ||
| ) |
Definition at line 215 of file alias.c.
Referenced by CreateRootContext().
Definition at line 34 of file alias.c.
Referenced by AliasCommand(), and ShowAliasCommand().
| DWORD WINAPI UnaliasCommand | ( | LPCWSTR | pwszMachine, |
| LPWSTR * | argv, | ||
| DWORD | dwCurrentIndex, | ||
| DWORD | dwArgCount, | ||
| DWORD | dwFlags, | ||
| LPCVOID | pvData, | ||
| BOOL * | pbDone | ||
| ) |
Definition at line 234 of file alias.c.
Referenced by CreateRootContext().
| PALIAS_ENTRY AliasListHead = NULL |
Definition at line 26 of file alias.c.
Referenced by AliasCommand(), DestroyAliases(), GetAliasEntry(), InitAliases(), ShowAlias(), ShowAliases(), and UnaliasCommand().
| PALIAS_ENTRY AliasListTail = NULL |
Definition at line 27 of file alias.c.
Referenced by AliasCommand(), DestroyAliases(), InitAliases(), and UnaliasCommand().