FINDEX_INFO_LEVELS (Enums)
Last changed: geeky-217.225.157.240

.
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
{
    FindExInfoStandard=0,
    FindExInfoBasic=1
}

Notes:

None.

Documentation