IAppVerifierImageProperty::get_Value method |
See Also� |
Retrieves the value of the property.
� | Copy Code |
---|---|
HRESULT get_Value ( VARIANT* pvValue ); |
Parameters
- pvValue
- [out] Points to the value the property. The variant type depends on the type that is set for the property.
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.
- E_OUTOFMEMORY
- Process ran out of memory.
- E_UNEXPECTED
- An unexpected error occurred.
- E_NOTIMPL
- Support for binary properties is not implemented.