MCPcopy Create free account
hub / github.com/NullArray/WinKernel-Resources / CommandUsage

Function CommandUsage

Drivers/Driver-SRC/setup/devcon/devcon.cpp:125–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void CommandUsage(_In_ LPCTSTR BaseName, _In_ LPCTSTR Cmd)
126/*++
127
128Routine Description:
129
130 Invalid command usage
131 Display how to get help on command
132
133Arguments:
134
135 BaseName - name of executable
136
137Return Value:
138
139 none
140
141--*/
142{
143 FormatToStream(stderr,MSG_COMMAND_USAGE,BaseName,Cmd);
144}
145
146void Failure(_In_ LPCTSTR BaseName, _In_ LPCTSTR Cmd)
147/*++

Callers 1

_tmainFunction · 0.85

Calls 1

FormatToStreamFunction · 0.85

Tested by

no test coverage detected