ITextStoreACPSink::OnAttrsChange method

Syntax


HRESULT OnAttrsChange(
  [in]       LONG      acpStart,
  [in]       LONG      acpEnd,
  [in]       ULONG     cAttrs,
  [inconst TS_ATTRID *paAttrs
);

Parameters

acpStart [in]

Specifies the starting point of the attribute change.

acpEnd [in]

Specifies the ending point of the attribute change.

cAttrs [in]

Specifies the number of attributes in the paAttrs array.

paAttrs [in]

Pointer to an array of TS_ATTRID values that identify the attributes changed.

Return value

This method can return one of these values.

ValueDescription
S_OK

The method was successful.

E_OUTOFMEMORY

A memory allocation failure occurred.

E_INVALIDARG

One or more parameters are invalid.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Redistributable

TSF 1.0 on Windows 2000 Professional

Header

Textstor.h

IDL

Textstor.idl

DLL

Msctf.dll

 

 

Show: