FIND_SYNTHETIC_REGION_FLAGS Enum

Definition

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

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_EXACT_SPAN 8

find only those regions whose base span exactly matches the given span

FSR_WITHIN_SPAN 4

Span param group (mutually exclusive). Find all regions within the given span.

Remarks

COM Signature

From textmgr.idl:

Applies to