IRbtControl::CreateCmdGroup

Creates a command group

HRESULT IRbtControl::CreateCmdGroup (
     IRbtCmdGroup ** grp
)

Parameters
grp
Points to newly allocated command group

Return Values
ValueMeaning
S_OKCommand sent successfully
E_FAILCannot send command
E_OUTOFMEMORYThere is not enough free memory to allocate a new command group

Remarks
None