ISpecifyPipelineComponentUI::GetPipelineComponentUIProgID Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

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