IAppVerifierProperty::get_Type method |
See Also� |
Retrieves the data type of the property.
� | Copy Code |
---|---|
HRESULT get_Type ( VerifierPropertyType* pVerifierPropertyType ); |
Parameters
- pVerifierPropertyType
- [out] Points to the type associated with the property value. This parameter cannot be NULL.
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.