__VSFINDBUFFERFLAGS Enum

Definition

Indicates that a buffer boundary begins or ends a line, without requiring white space characters in the buffer.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class __VSFINDBUFFERFLAGS
Inheritance
__VSFINDBUFFERFLAGS
Attributes

Fields

Name Value Description
FINDBUFFER_StartOfLine 1

Deprecated. Do not use.

VSFB_StartOfLine 1

The buffer starts a line.

FINDBUFFER_EndOfLine 2

Deprecated. Do not use.

VSFB_EndOfLine 2

The buffer ends a line.

Remarks

COM Signature

From textfind.idl:

cpp#
enum __VSFINDBUFFERFLAGS {  
   VSFB_StartOfLine          =   0x0001,  
   VSFB_EndOfLine            =   0x0002,  

   // deprecated compatability names  
   FINDBUFFER_StartOfLine    =   0x0001,  
   FINDBUFFER_EndOfLine      =   0x0002  
};  
typedef DWORD VSFINDBUFFERFLAGS;  

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022