w32
w32 copied to clipboard
A wrapper of Windows APIs for Go
It might be helpful to some to add the Msi functions. I have my own implementation here if it helps: https://pkg.go.dev/github.com/89z/x/sys and some other links: - https://docs.microsoft.com/windows/win32/api/msi - https://docs.microsoft.com/windows/win32/api/msiquery -...
How can I use this module to capture photo/video, I read https://docs.microsoft.com/en-us/windows/uwp/audio-video-camera/basic-photo-video-and-audio-capture-with-mediacapture but could not understand how to proceed. Thanks
Is it possible to open a print dialogue passing it a pdf ? I presume this is the best approach since it shows the raw c API ? https://docs.microsoft.com/en-us/windows/win32/gdiplus/-gdiplus-displaying-a-print-dialog-box-use
Hi, How can change the control's theme into native style ? Now, the buttons are appearing in old win98 theme.
For security, should use NewLazySystemDLL(...) instead of NewLazyDLL(...) when loading system DLLs: https://godoc.org/golang.org/x/sys/windows#LazyDLL
Would it be possible to provide the "MiniDumpWriteDump" from Dbghelp.dll? I could use this functionality for malware analysis and pentesting tasks that involve obtaining memory dumps from Windows processes. More...
Could you please add more PSAPI functions as below? - EnumProcessModules - EnumDeviceDrivers - GetProcessImageFileName - GetMappedFileName - GetModuleBaseName - GetModuleFileName - GetDeviceDriverBaseName - GetDeviceDriverFileName