IRbtControl::CreateCmdGroup
Creates a command group
HRESULT IRbtControl::CreateCmdGroup (
IRbtCmdGroup ** grp
)
Parameters
grp
Points to newly allocated command group
Return Values
Value
Meaning
S_OK
Command sent successfully
E_FAIL
Cannot send command
E_OUTOFMEMORY
There is not enough free memory to allocate a new command group
Remarks
None