ISymUnmanagedDocument::HasEmbeddedSource Method
Returns true
if the document has source embedded in the debugging symbols; otherwise, returns false
.
Syntax
HRESULT HasEmbeddedSource(
[out, retval] BOOL *pRetVal);
Parameters
pRetVal
[out] A pointer to a variable that indicates whether the document has source embedded in the debugging symbols.
Return Value
S_OK if the method succeeds.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.