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

VB.net Definition

Public Enum FINDEX_INFO_LEVELS
    FindExInfoStandard = 0
    FindExInfoBasic = 1
End Enum

Notes:

None.

Documentation