mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[NET][MC] Replace strings for the ACCOUNTS, GROUP and LOCALGROUP commands by netmsg.dll messages.
This commit is contained in:
parent
5d4d48a850
commit
9f95e35ff3
15 changed files with 160 additions and 230 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue