IBuilderWizardManager.DoesBuilderExist(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies existence of a builder given a builder CLSID, or component category identifier (CATID) such as CATID_PropertyBuilder.
public:
int DoesBuilderExist(Guid % rguidBuilder);
public int DoesBuilderExist (ref Guid rguidBuilder);
abstract member DoesBuilderExist : Guid -> int
Public Function DoesBuilderExist (ByRef rguidBuilder As Guid) As Integer
Parameters
- rguidBuilder
- Guid
[in] A CLSID or CATID for a builder.
Returns
Returns S_OK if a builder exists.Returns S_FALSE if it does not exist it