Creates a new debug document context.

HRESULT CreateDebugDocumentContext(
   ULONG                    iCharPos,
   ULONG                    cChars,
   IDebugDocumentContext**  ppddc
);

Parameters

iCharPos

[in] Location of the start of the debug document content.

cChars

[in] Number of characters in the context.

ppddc

[out] The new debug document context.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also