IDebugSymbolProviderDirect::GetMetaDataImport

Retrieves the metadata import information.

HRESULT GetMetaDataImport (
        GUID*      guid,
        DWORD      appID,
        IUnknown** ppImport
);
int GetMetaDataImport (
        Guid       guid,
        uint       appID,
        out object ppImport
);

Parameters

  • guid
    [in] Unique identifier for the module.

  • appID
    [in] Identifier for the application domain.

  • ppImport
    [out] Returns an object that contains the metadata import information.

Return Value

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

See Also

Concepts

IDebugSymbolProviderDirect