Code: Select all
OpenLibrary(0, "msvcrt.dll")
isalpha = GetFunction(0, "isalpha")
CloseLibrary(0)
Debug CallCFunctionFast(isalpha, 'i')
Code: Select all
OpenLibrary(0, "msvcrt.dll")
isalpha = GetFunction(0, "isalpha")
CloseLibrary(0)
Debug CallCFunctionFast(isalpha, 'i')