HRESULT GetInstanceType(
longcIndex// in
BSTR FAR *pRetType// out
);
The GetInstanceType function returns the friendly name of an instance's type based upon the index.
This function returns one of the following values.
Value | Meaning |
---|---|
S_OK | Success. |
E_INVALIDARG | One or more arguments is invalid. |
E_OUTOFMEMORY | Out of memory. |
E_FAIL | Failure. |