Menu

Retrieves the name of the group that contains the check.

Copy Code
HRESULT 
    get_GroupName
  (
    BSTR*  
    pbstr
  
);

Subhead

pbstr

[Out] Points to the name of the group that contains the check.

Return Value

The following list includes the most likely return values. However, other return values are possible.

S_OK

The method succeeded.

E_POINTER

Pointer is invalid.

Remarks

For simplicity, checks are divided into groups. These groups are often displayed as the first level in a hierarchy in a user interface. For example, the Handle checks are part of the Basics group.

See Also