Menu

Retrieves a textual description of the Application Verifier check.

Copy Code
HRESULT 
    get_Description
   (
    BSTR*  
    pbstr
  
);

Parameters

pbstr

[out] Points to the description of the check. If the check does not provide a description, this parameter will point to an empty string.

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