Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RichEditHighlight
#3
I had two fujctions where these definitions lived:

RichEditHighlight and RichEditHighlightAll

In those functions there existed these lines:

Code:
Copy      Help
type CHARFORMATA cbSize dwMask dwEffects yHeight yOffset crTextColor !bCharSet !bPitchAndFamily !szFaceName[LF_FACESIZE]
type CHARFORMAT2A :CHARFORMATA'v1 @wWeight @sSpacing crBackColor lcid dwReserved @sStyle @wKerning !bUnderlineType !bAnimation !bRevAuthor
type CHARFORMATW cbSize dwMask dwEffects yHeight yOffset crTextColor !bCharSet !bPitchAndFamily @szFaceName[LF_FACESIZE]
type CHARFORMAT2W :CHARFORMATW'v1 @wWeight @sSpacing crBackColor lcid dwReserved @sStyle @wKerning !bUnderlineType !bAnimation !bRevAuthor

I can just delete these and not worry about it? Are they defined in some new dll or some other update?
Can I still use the RichEditHighlight function which call on these types without those definitions?
Thanks so much for advice and explanation,
S


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)