[NETSH][REACTOS] Basic implementation of PreprocessCommand

Preprocess is used by the 'reset' command in the 'interface ip' command.
This commit is contained in:
Eric Kohl
2026-06-21 00:59:22 +02:00
parent a6133d2b44
commit ac06652ab6
2 changed files with 41 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ MatchTagsInCmdLine(
_Inout_ LPWSTR *ppwcArguments,
_In_ DWORD dwCurrentIndex,
_In_ DWORD dwArgCount,
_In_ TAG_TYPE *pttTags,
_Inout_ TAG_TYPE *pttTags,
_In_ DWORD dwTagCount,
_Out_ DWORD *pdwTagType);