Lib updates
Posted: Thu Jul 09, 2020 1:28 pm
I think some static libraries need updating.
For example there is no "QueryServiceStatusEx" in PB's AdvAPI32.Lib
For example there is no "QueryServiceStatusEx" in PB's AdvAPI32.Lib
So instead of static import with Import "AdvAPI32" we need to use OpenLibrary/GetFunction (GetProcAddress/GetModuleHandle)MSDN
QueryServiceStatus function
This function has been superseded by the QueryServiceStatusEx function