File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
base/applications/network/netsh Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,23 @@ MatchToken(
217217 return (_wcsicmp (pwszUserToken , pwszCmdToken ) == 0 ) ? TRUE : FALSE;
218218}
219219
220+ DWORD
221+ WINAPI
222+ PreprocessCommand (
223+ _In_ HANDLE hModule ,
224+ _Inout_ LPWSTR * ppwcArguments ,
225+ _In_ DWORD dwCurrentIndex ,
226+ _In_ DWORD dwArgCount ,
227+ _In_ TAG_TYPE * pttTags ,
228+ _In_ DWORD dwTagCount ,
229+ _In_ DWORD dwMinArgs ,
230+ _In_ DWORD dwMaxArgs ,
231+ _Out_ DWORD * pdwTagType )
232+ {
233+ DPRINT1 ("PreprocessCommand()\n" );
234+ return 0 ;
235+ }
236+
220237DWORD
221238CDECL
222239PrintError (
Original file line number Diff line number Diff line change 11@ stdcall MatchEnumTag (ptr wstr long ptr ptr )
22@ stdcall MatchToken (wstr wstr )
3+ @ stdcall PreprocessCommand (ptr ptr long long ptr long long long ptr )
34@ varargs PrintError (ptr long )
45@ varargs PrintMessage (wstr )
56@ varargs PrintMessageFromModule (ptr long )
You can’t perform that action at this time.
0 commit comments