FINDEX_INFO_LEVELS (Enums)
Last changed: -71.90.183.45
.
Summary
Defines values that are used with the
FindFirstFileEx
function to specify the information level of the returned data.
C# Definition:
public enum FINDEX_INFO_LEVELS : int
{
FindExInfoStandard=0,
FindExInfoBasic=1
};
Notes:
None.
Documentation
FINDEX_INFO_LEVELS
on MSDN
The FindFirstFileEx API
11/23/2014 3:32:21 PM - -66.194.114.222