ISymUnmanagedReader::GetDocument Method

Finds a document. The document language, vendor, and type are optional.

Syntax

HRESULT GetDocument (  
    [in]  WCHAR  *url,  
    [in]  GUID   language,  
    [in]  GUID   languageVendor,  
    [in]  GUID   documentType,  
    [out, retval] ISymUnmanagedDocument** pRetVal);  

Parameters

url
[in] The URL that identifies the document.

language
[in] The document language. This parameter is optional.

languageVendor
[in] The identity of the vendor for the document language. This parameter is optional.

documentType
[in] The type of the document. This parameter is optional.

pRetVal
[out] A pointer to the returned interface.

Return Value

S_OK if the method succeeds; otherwise, E_FAIL or some other error code.

Requirements

Header: CorSym.idl, CorSym.h

See also