FIND_SYNTHETIC_REGION_FLAGS 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 how to find a synthetic region.
This enumeration supports a bitwise combination of its member values.
public enum class FIND_SYNTHETIC_REGION_FLAGS
public enum class FIND_SYNTHETIC_REGION_FLAGS
enum FIND_SYNTHETIC_REGION_FLAGS
[System.Flags]
public enum FIND_SYNTHETIC_REGION_FLAGS
[<System.Flags>]
type FIND_SYNTHETIC_REGION_FLAGS =
Public Enum FIND_SYNTHETIC_REGION_FLAGS
- Inheritance
-
FIND_SYNTHETIC_REGION_FLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
FSR_ALL_REGIONS | 0 | To find every region, specify ONLY this flag |
FSR_BY_CLIENT_DATA | 1 | dwCookie group. Find region with matching client DWORD |
FSR_WITHIN_SPAN | 4 | Span param group (mutually exclusive). Find all regions within the given span. |
FSR_EXACT_SPAN | 8 | find only those regions whose base span exactly matches the given span |
Remarks
COM Signature
From textmgr.idl: