ITextStoreACPServices::CreateRange Method

Syntax

HRESULT CreateRange(
  [in]   LONG acpStart,
  [in]   LONG acpEnd,
  [out]  ITfRangeACP **ppRange
);

Parameters

acpStart [in]

Contains the starting position of the range.

acpEnd [in]

Contains the ending position of the range.

ppRange [out]

Pointer to an ITfRangeACP interface pointer that receives the range object.

Return Value

The method can return one of the following values.

ValueDescription
S_OK

The method was successful.

E_INVALIDARG

ppRange is invalid.

E_FAIL

An unspecified error occurred.

 

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
RedistributableTSF 1.0 onWindows NT 4.0,Windows 2000 ProfessionalandWindows MeWindows 98
HeaderMsctf.idl and Msctf.h
DLLMsctf.dll

See Also

ITextStoreACPServices
ITfRangeACP

Send comments about this topic to Microsoft

Build date: 7/14/2009

Tags :


Page view tracker