Returns the character-position range corresponding to a document context.

HRESULT GetPositionOfContext(
   IDebugDocumentContext*  psc,
   ULONG*                  pcCharacterPosition,
   ULONG*                  cNumChars
);

Parameters

psc

[in] The document context object.

pcCharacterPosition

[out] Start location of the character position range.

cNumChars

[out] Number of characters in the range.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also