[NET] Move ACCOUNTS command syntax and help text into a message table.

This commit is contained in:
Eric Kohl 2018-12-23 16:47:16 +01:00
parent e16241255d
commit 7292af515d
17 changed files with 441 additions and 341 deletions

View file

@ -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,