CadMenuAdd
Creates a new context menu and returns its handle.
void CadMenuAdd (
std::int32_t MenuId,
const char* szItemText,
std::int32_t ItemCmd
);
Parameters
- MenuId (std::int32_t)
- Integer value.
- szItemText (const char*)
- NUL-terminated UTF-8 string.
- ItemCmd (std::int32_t)
- Integer value.
Return Value
None.