Menu

Retrieves the long name of the Application Verifier check.

Copy Code
HRESULT 
    get_LongName
  (
    BSTR*  
    pbstr
  
);

Parameters

pbstr

[out] Points to the long name for 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