mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08: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.
|