Creates a new debug document context.
HRESULT CreateDebugDocumentContext( ULONG iCharPos, ULONG cChars, IDebugDocumentContext** ppddc );
- 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.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method allows the host to create a new debug document context.