SBL_BlockNotifications

SBL_BlockNotifications blocks delivery of notifications.

Synopsis:

void SBL_BlockNotifications();

Parameters:

none

Description:

SBL_BlockNotifications blocks delivery of notifications to all receive buffers of a calling process. Blocked notifications are queued and will be delivered after notifications are unblocked by a call to SBL_UnblockNotifications. Each call to SBL_BlockNotifications should be paired with a call to SBL_UnblockNotifications. These pairs can be nested, in which case the last SBL_UnblockNotifications will unblock notifications.

Notifications are automatically blocked when a notification handler is called, and unblocked when a notification handler returns. SBL_BlockNotifications can be called from within a notification handler.

Return Values:

none
Copyright (c) 1995, Princeton University