Unregisters an appbar, removing it from the system’s internal list. The system no longer sends notification messages to the appbar nor prevents other applications from using the screen area occupied by the appbar.
SHAppBarMessage(ABM_REMOVE, pabd);
Always returns TRUE.
This message causes the system to send the ABN_POSCHANGED notification message to all appbars.