How to call native apis
Unsolved
General and Desktop
-
@Balaji-N This does not have anything to do with Qt. Qt is not a programming language.
You call native APIs like in any other C/C++ application.
"Please provide the examples" - please read documentation for these APIs. This is Qt forum and not native Windows/Linux/MacOS API forum. -
Hi
this shows something simple.
http://amin-ahmadi.com/2015/06/26/how-to-use-windows-api-in-qt-a-simple-example/
so for other API calls, you would need to link the rights DLLs.
This is windows only.Both Linux and macOS will be very different.