[NET][MC] Replace strings for the ACCOUNTS, GROUP and LOCALGROUP commands by netmsg.dll messages.

This commit is contained in:
Eric Kohl 2019-04-05 23:14:07 +02:00
parent 5d4d48a850
commit 9f95e35ff3
15 changed files with 160 additions and 230 deletions

View file

@ -39,6 +39,20 @@ PrintPadding(
WCHAR chr,
INT nPaddedLength);
VOID
PrintMessageString(
DWORD dwMessage);
VOID
PrintMessageStringV(
DWORD dwMessage,
...);
VOID
PrintPaddedMessageString(
DWORD dwMessage,
INT nPaddedLength);
VOID
PrintErrorMessage(
DWORD dwError);