reactos/base/applications/network/netsh/netsh.spec
Eric Kohl d8f9f7f256 [NETSH] Replace the wine stub by a slightly more functional version
- Implement a basic command interpreter.
- Add basic support for helper dlls and contexts.
- Add interactive help system with context support.

Everything is still under construction and subject to change.
2023-07-15 12:27:09 +02:00

8 lines
246 B
Python

@ stdcall MatchEnumTag(ptr wstr long ptr ptr)
@ stdcall MatchToken(wstr wstr)
@ varargs PrintError(ptr long)
@ varargs PrintMessage(wstr)
@ varargs PrintMessageFromModule(ptr long)
@ stdcall RegisterContext(ptr)
@ stdcall RegisterHelper(ptr ptr)