Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value indicating whether a particular component is already registered. Possible return values are S_OK or S_FALSE. A return value of S_FALSE means the component is not registered.
Syntax
| Visual Basic | object.IsSourceRegistered(guidSourceID As String, pbIsRegistered As Boolean) |
| Visual C++ | HRESULT IsSourceRegistered([in] REFGUIDguidSourceID); |
| Visual J++ | object.IsSourceRegistered(String guidSourceID, boolean[] pbIsRegistered); |
Parameters
object
A unique instance of the installer object.
guidSourceID
A unique identifier for this component.
pbIsRegistered
Returns a value to indicate whether this component is already registered.