mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 12:09:18 +08:00
f385e46927
* docs: split usage and dev docs * # This is a combination of 2 commits. # This is the 1st commit message: docs: split usage and dev docs # The commit message #2 will be skipped: # fixup add docs * docs: add runner documentation and move hooks documentation to devdocs * docs: add stubs for modules technical description * docs: add paragraph about event thread-safety * docs: add 'Current modules' section header
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.
|