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

Function Usage

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

Source from the content-addressed store, hash-verified

103
104
105void Usage(_In_ LPCTSTR BaseName)
106/*++
107
108Routine Description:
109
110 Display simple usage text
111
112Arguments:
113
114 BaseName - name of executable
115
116Return Value:
117
118 none
119
120--*/
121{
122 FormatToStream(stderr,MSG_USAGE,BaseName);
123}
124
125void CommandUsage(_In_ LPCTSTR BaseName, _In_ LPCTSTR Cmd)
126/*++

Callers 1

_tmainFunction · 0.85

Calls 1

FormatToStreamFunction · 0.85

Tested by

no test coverage detected