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