The Command_GetIDs() function retrieves the resource IDs of the dictionary that contains the command, the form on which the command is defined, and the command itself.
Command_GetIDs(command_tag, dict_ID, form_ID, command_ID)
• command_tag – The integer tag value for the command whose IDs are being retrieved.
• dict_ID – A returned integer that contains ID of the dictionary in which the command is defined.
• form_ID – A returned integer that contains the resource ID of the form on which the command is defined.
• command_ID – A returned integer containing the ID of the command.
A boolean. The value true indicates the IDs were retrieved, while the value false indicates they were not.