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

Function Failure

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

Source from the content-addressed store, hash-verified

144}
145
146void Failure(_In_ LPCTSTR BaseName, _In_ LPCTSTR Cmd)
147/*++
148
149Routine Description:
150
151 Display simple error text for general failure
152
153Arguments:
154
155 BaseName - name of executable
156
157Return Value:
158
159 none
160
161--*/
162{
163 FormatToStream(stderr,MSG_FAILURE,BaseName,Cmd);
164}
165
166BOOL Reboot()
167/*++

Callers 1

_tmainFunction · 0.85

Calls 1

FormatToStreamFunction · 0.85

Tested by

no test coverage detected