Creates an instance of the IMarkupContainer object.
Syntax
HRESULT CreateMarkupContainer(
    IMarkupContainer **ppMarkupContainer
);
Parameters
- ppMarkupContainer
- Address of a pointer to an IMarkupContainer interface that returns the newly created object.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
CreateMarkupPointer