FlexGrid for WinRT
GetText Method (UnsafeNativeMethods.ITextStoreACP2)

Syntax
'Declaration
 
Sub GetText( _
   ByVal start As System.Integer, _
   ByVal end As System.Integer, _
   ByVal text() As System.Char, _
   ByVal cchReq As System.Integer, _
   ByRef charsCopied As System.Integer, _
   ByVal runInfo() As NativeMethods.TS_RUNINFO, _
   ByVal cRunInfoReq As System.Integer, _
   ByRef cRunInfoRcv As System.Integer, _
   ByRef nextCp As System.Integer _
) 
void GetText( 
   System.int start,
   System.int end,
   out System.char[] text,
   System.int cchReq,
   out System.int charsCopied,
   out NativeMethods.TS_RUNINFO[] runInfo,
   System.int cRunInfoReq,
   out System.int cRunInfoRcv,
   out System.int nextCp
)

Parameters

start
end
text
cchReq
charsCopied
runInfo
cRunInfoReq
cRunInfoRcv
nextCp
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UnsafeNativeMethods.ITextStoreACP2 Interface
UnsafeNativeMethods.ITextStoreACP2 Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback