Share via


IDebugSymbolProviderDirect::GetSymUnmanagedReader

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Retrieves a symbol reader for unmanaged code.

Syntax

HRESULT GetSymUnmanagedReader (  
   ULONG32    ulAppDomainID,  
   GUID       guidModule,  
   IUnknown** ppSymUnmanagedReader  
);  
int GetSymUnmanagedReader (  
   uint       ulAppDomainID,  
   Guid       guidModule,  
   out object ppSymUnmanagedReader  
);  

Parameters

ulAppDomainID
[in] Identifier of the application domain.

guidModule
[in] Unique identifier of the module.

ppSymUnmanagedReader
[out] Returns an object that represents the symbol reader for unmanaged code.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See Also

IDebugSymbolProviderDirect