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

Class GenericContext

Drivers/Driver-SRC/setup/devcon/cmds.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include "devcon.h"
17
18struct GenericContext {
19 DWORD count;
20 DWORD control;
21 BOOL reboot;
22 LPCTSTR strSuccess;
23 LPCTSTR strReboot;
24 LPCTSTR strFail;
25};
26
27#define FIND_DEVICE 0x00000001 // display device
28#define FIND_STATUS 0x00000002 // display status of device

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected