Prototype: bool LaunchBB(char *idcfile, int showState)
Description: Assuming BadgeBuilder® has been correctly installed on the machine where the XML client is running, this will launch it and open the given IDC file.
This will only launch BadgeBuilder® on the machine where the XML client is running.
Input Data Format:
idcfile: Character pointer to a fully qualified
BadgeBuilder® IDC file.
showState: visible state of
BadgeBuilder® on start-up, should be one of the Windows™ API constants SW_NORMAL, SW_MINIMIZED, SW_HIDE,
etc.
Returned Data: True if successful. If unsuccessful, use the GetErrorCode call to obtain the error code from the Windows™ ShellExecuteEx API call. The GetErrorText can be used to get the text of the error message.