FINDMARKERFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies directional options for locating markers.
This enumeration supports a bitwise combination of its member values.
public enum class FINDMARKERFLAGS
public enum class FINDMARKERFLAGS
enum FINDMARKERFLAGS
[System.Flags]
public enum FINDMARKERFLAGS
[<System.Flags>]
type FINDMARKERFLAGS =
Public Enum FINDMARKERFLAGS
- Inheritance
-
FINDMARKERFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
FM_FORWARD | 0 | Searches for markers in the forward direction (implicit). |
FM_BACKWARD | 1 | Searches for markers in the backward direction. |
Remarks
COM Signature
From textmgr.idl: