Share via


ISpecifyPipelineComponentUI::GetPipelineComponentUIProgID Method

This method is used by the pipeline component to specify the component that displays the configuration dialog box by implementing the IPipelineComponentUI interface.

HRESULT GetPipelineComponentUIProgID(
    BSTR* pbstrProgID
);

Parameters

  • pbstrProgID
    [out, retval] A pointer to a BSTR string used to return the programmatic identifier (ProgID) of the component that displays the configuration dialog box of the component.

Return Value

Returns S_OK if the ProgID was retrieved.

See Also

Other Resources

ISpecifyPipelineComponentUI Interface

IPipelineComponentUI Interface