Is there a specific function or method I can use to swap or remove a
dialog icon during runtime? I see where I can revise text with
ACAPI_Interface (APIIo_SetMenuItemTextID, &itemRef, nullptr, itemStr);
but have not found something similar for icon i...