FUNCTION ulong GetThreadLocale() LIBRARY "kernel32.dll"
Then in PowerBuilder, you can have...
long llVar
llVar = GetThreadLocale()
Take that code and replace the ulong with whatever the GetFileTime() returns. Likely use a datetime. And then if GetFileTime takes any arguments, add them to that line as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.