FINDEX_SEARCH_OPS (Enums)
Last changed: geeky-217.225.157.240

.
Summary
Defines values that are used with the FindFirstFileEx function to specify the type of filtering to perform.

C# Definition:

public enum FINDEX_SEARCH_OPS
{
     FindExSearchNameMatch = 0,
     FindExSearchLimitToDirectories = 1,
     FindExSearchLimitToDevices = 2
}

Notes:

None.

Documentation