I am having a problem with finding the 64-bit version of the following Declare. I notice that its Lib is "msaccess.exe"
Public Declare Function ezGetFileInfo Lib "msaccess.exe" Alias "#56# (FSI As ezGetFileInfo, ByVal fOpen As Integer) As Long
The function does not exist in Win32API_PtrSafe.txt.
Any ideas?
Public Declare Function ezGetFileInfo Lib "msaccess.exe" Alias "#56# (FSI As ezGetFileInfo, ByVal fOpen As Integer) As Long
The function does not exist in Win32API_PtrSafe.txt.
Any ideas?