Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
FINDEX_SEARCH_OPS (Enums)
.
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
}
VB.NET Definition:
Public Enum FINDEX_SEARCH_OPS
Public Enum FINDEX_SEARCH_OPS
FindExSearchNameMatch = 0
FindExSearchLimitToDirectories = 1
FindExSearchLimitToDevices = 2
End Enum
End Enum
Notes:
None.
Documentation
The FindFirstFileEx API
11/23/2014 3:32:21 PM - -66.194.114.222
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!