diff options
Diffstat (limited to 'docs/lib/bps.host.windows.rst')
| -rw-r--r-- | docs/lib/bps.host.windows.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/lib/bps.host.windows.rst b/docs/lib/bps.host.windows.rst new file mode 100644 index 0000000..120d3a8 --- /dev/null +++ b/docs/lib/bps.host.windows.rst @@ -0,0 +1,23 @@ +====================================================== +:mod:`bps.host.windows` -- Windows-specific Utilities +====================================================== + +.. module:: bps.host.windows + :platform: nt + :synopsis: windows-specific utilities + +This contains a number of windows-specific helper functions. +They are either very windows-specific, or simply haven't +been rolled into a common function in :mod:`bps.host` +along with compatriots from other OS modules... + +.. autofunction:: regpath + +.. autoclass:: RegistryPath + +.. autofunction:: reghandle + +.. autoclass:: RegistryHandle + +.. autofunction:: detect_office_app + |
