IDebugDocumentHost.GetDeferredText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetDeferredText(System::UInt32 dwTextStartCookie, IntPtr pcharText, cli::array <System::UInt16> ^ pstaTextAttr, [Runtime::InteropServices::Out] System::UInt32 % pcNumChars, System::UInt32 cMaxChars);
public int GetDeferredText(uint dwTextStartCookie, IntPtr pcharText, ushort[] pstaTextAttr, out uint pcNumChars, uint cMaxChars);
abstract member GetDeferredText : uint32 * nativeint * uint16[] * uint32 * uint32 -> int
Public Function GetDeferredText (dwTextStartCookie As UInteger, pcharText As IntPtr, pstaTextAttr As UShort(), ByRef pcNumChars As UInteger, cMaxChars As UInteger) As Integer
Parameters
- dwTextStartCookie
- UInt32
- pcharText
-
IntPtr
nativeint
- pstaTextAttr
- UInt16[]
- pcNumChars
- UInt32
- cMaxChars
- UInt32