Registers a new appbar and specifies the message identifier that the system should use to send notification messages to the appbar. An appbar should send this message before sending any other appbar messages.
fRegistered = (BOOL) SHAppBarMessage(ABM_NEW, pabd);
Returns TRUE if successful or FALSE if an error occurs or the appbar is already registered.