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

Class IdEntry

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

Source from the content-addressed store, hash-verified

16#include "devcon.h"
17
18struct IdEntry {
19 LPCTSTR String; // string looking for
20 LPCTSTR Wild; // first wild character if any
21 BOOL InstanceId;
22};
23
24void FormatToStream(_In_ FILE * stream, _In_ DWORD fmt,...)
25/*++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected