Menu

Retrieves the default value of the property.

Copy Code
HRESULT 
    get_Value
   (
    VARIANT*  
    pvValue
  
);

Parameters

pvValue

[out] Points to the default 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_POINTER

Pointer is invalid.

See Also