Skip to content

mateors/windowsapi

Repository files navigation

Windows API using golang

GO is awesome general purpose programming language.

UI Automation is designed for experienced C/C++ developers. In general, developers need a moderate level of understanding about Component Object Model (COM) objects and interfaces, Unicode, and Windows API programming.

The UI Automation element objects are provided to clients in a hierarchical tree structure called the UI Automation tree.

  • uiautomationclient.h
    • GetCurrentPropertyValue

github.com/go-ole/go-ole

Required DLL

#include <uiautomation.h>

Resources

About

windowsapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages