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.
The get_Value method retrieves the value associated with a property point.
Syntax
HRESULT get_Value(
[in, out] PROPVARIANT *pvarpropValue
);
Parameters
-
pvarpropValue [in, out]
-
Pointer to the value associated with this property point. This value can be either a single value of any acceptable type, or an array of up to 4 float elements (type VT_R4 | VT_VECTOR)
Return value
The method returns an HRESULT of S_OK for success, or a standard COM error code for failure.
Requirements
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| Header |
|
| Library |
|