Menu

Retrieves a textual description of the image check.

Copy Code
HRESULT 
    get_Description
   (
    BSTR*  
    pbstr
  
);

Parameters

pbstr

[out] Pointer to the description of the check.

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