IAppVerifierImageStops::get_Item method |
See Also� |
Retrieves the specified IAppVerifierImageStop object from the collection.
� | Copy Code |
---|---|
HRESULT get_Item ( LONG lStopCode , IAppVerifierImageStop** ppStop ); |
Parameters
- lStopCode
- [in] Stop code of the stop to retrieve from the collection.
- ppStop
- [out] Points to the stop object.
Return Value
The following list includes the most like return values. However, other return values are possible.
- S_OK
- The method succeeded.
- E_FAIL
- The method failed.
- E_POINTER
- Pointer is invalid.