I was trying to use this one API Call, then discovered that it's
not in the Win32api.inc file. The DECLARE itself I could figure out
from the Win32.hlp description. However, the FUNCTION uses an
equate that is also not in the INC file, and I have NO way of
knowing what it should be.
The API Function is: GetFileAttributesEx()
The Equate is: GET_FILEEX_INFO_LEVELS
The INC is also missing a required TYPE: WIN32_FILE_ATTRIBUTE_DATA
Any help would be greatly appreciated!
Thanks in advance.
------------------
Clay C. Clear
Clay Clear's Software
mailto:[email protected][email protected]</A>
not in the Win32api.inc file. The DECLARE itself I could figure out
from the Win32.hlp description. However, the FUNCTION uses an
equate that is also not in the INC file, and I have NO way of
knowing what it should be.
The API Function is: GetFileAttributesEx()
The Equate is: GET_FILEEX_INFO_LEVELS
The INC is also missing a required TYPE: WIN32_FILE_ATTRIBUTE_DATA
Any help would be greatly appreciated!

Thanks in advance.

------------------
Clay C. Clear
Clay Clear's Software
mailto:[email protected][email protected]</A>
Comment