.
C# Signature:
[DllImport("kernel32.dll")]
static extern IntPtr FindFirstFileEx(string lpFileName, FINDEX_INFO_LEVELS
fInfoLevelId, IntPtr lpFindFileData, FINDEX_SEARCH_OPS fSearchOp,
IntPtr lpSearchFilter, uint dwAdditionalFlags);
User-Defined Types:
FINDEX_INFO_LEVELS
FINDEX_SEARCH_OPS
WIN32_FIND_DATA
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The FindFirstFileEx API
11/23/2014 3:32:21 PM - -66.194.114.222
Defines values that are used with the FindFirstFileEx function to specify the information level of the returned data.
11/18/2010 2:49:37 PM - geeky-217.225.157.240
Defines values that are used with the FindFirstFileEx function to specify the type of filtering to perform.
11/18/2010 2:50:21 PM - geeky-217.225.157.240
Contains information about the file that is found by the FindFirstFile, FindFirstFileEx, or FindNextFile function.
8/28/2015 8:50:12 PM - -5.103.179.63
