mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
6 lines
258 B
Markdown
6 lines
258 B
Markdown
|
|
#### [`dllmain.cpp`](/src/modules/example_powertoy/dllmain.cpp)
|
||
|
|
Contains DLL boilerplate code and implementation of the [PowerToys interface](/src/modules/interface/).
|
||
|
|
|
||
|
|
#### [`trace.cpp`](/src/modules/example_powertoy/trace.cpp)
|
||
|
|
Contains code for telemetry.
|