mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[NET] Move ACCOUNTS command syntax and help text into a message table.
This commit is contained in:
parent
e16241255d
commit
7292af515d
17 changed files with 441 additions and 341 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <conutils.h>
|
||||
|
||||
#include <net_msg.h>
|
||||
#include "resource.h"
|
||||
|
||||
extern HMODULE hModuleNetMsg;
|
||||
|
@ -42,6 +43,10 @@ VOID
|
|||
PrintErrorMessage(
|
||||
DWORD dwError);
|
||||
|
||||
VOID
|
||||
PrintNetMessage(
|
||||
DWORD dwMessage);
|
||||
|
||||
VOID
|
||||
ReadFromConsole(
|
||||
LPWSTR lpInput,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue