Menu

Retrieves the name of the log.

Copy Code
HRESULT 
    get_Name
   (
    BSTR*  
    pbstr
  
);

Parameters

pbstr

[out] Points to the name of the log.

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