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

Class SetHwidContext

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

Source from the content-addressed store, hash-verified

34#define FIND_STACK 0x00000080 // display device's driver-stack
35
36struct SetHwidContext {
37 int argc_right;
38 LPTSTR * argv_right;
39 DWORD prop;
40 int skipped;
41 int modified;
42};
43
44int cmdHelp(_In_ LPCTSTR BaseName, _In_opt_ LPCTSTR Machine, _In_ DWORD Flags, _In_ int argc, _In_reads_(argc) PTSTR argv[])
45/*++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected