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