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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.