MetaDataGetDispenser

Gets an interface pointer to a metadata dispenser class with the specified CLSID.

        
    HRESULT MetaDataGetDispenser (
        REFCLSID      rclsid,
        REFIID        riid,
        LPVOID FAR    *ppv
    );
        

Parameters

Parameter Description

rclsid

[in] The CLSID of the requested class.

riid

[in] The IID of the requested interface implementation for the class factory.

ppv

[out] A pointer to the returned interface.

Requirements

Header: corpriv.h