mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01: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.
|