FINDEX_SEARCH_OPS (Enums)
Last changed: -71.90.183.45

.
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 : int
{
     FindExSearchNameMatch=0,
     FindExSearchLimitToDirectories=1,
     FindExSearchLimitToDevices=2
};

Notes:

None.

Documentation