Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ bstr_event_remove_subscription(3) — BASEstar Open Server 3.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

bstr_event_remove_subscription(3)  —  Subroutines

Name

bstr_event_remove_subscription − Removes a subscription to an Event/Event_Set at an Enbox. 

Syntax

bstr_t_status   bstr_event_remove_subscription (
                                  bstr_t_reference   ∗event,
                                  bstr_t_reference   ∗enbox,
                                  bstr_t_rcb         ∗control);

Description

The bstr_event_remove_subscription procedure removes the subscription for the event Event (or event_set) existing at enbox. 

Arguments

event
access: read
The reference to the Event associated with the subscription being removed.

enbox
access: read
The reference to the Enbox associated with the subscription being removed.

control
access: read
The address of the optional request control block.

Return Values

BSTR_S_ABORTED Operation aborted
BSTR_S_BAD_PARAMETER Bad parameter value
BSTR_S_BAD_REFERENCE Bad reference
BSTR_S_COMMUNICATION_ERROR Communication error
BSTR_S_COM_PC_SIZE_MISMATCH Number of bytes requested does not match the number of bytes returned
BSTR_S_FINISH Request aborted by bstr_finish
BSTR_S_INTERNAL_ERROR Internal error
BSTR_S_INTR Operation interrupted
BSTR_S_INVALID_RCB Invalid Request Control Block
BSTR_S_INVALID_USAGE Invalid reference usage
BSTR_S_NORMAL Normal successful completion
BSTR_S_NOT_IMPLEMENTED Not yet implemented
BSTR_S_NOT_INITIALIZED BASEstar Open not initialized
Insufficient virtual memory
T}
BSTR_S_OBJECT_NOT_FOUND Object not found
BSTR_S_SERVER_NOT_REACHABLE Server not reachable
BSTR_S_TIMEOUT Timeout expired
BSTR_S_TOO_MANY_REQUESTS Too many pending requests

See Also

bstr_event_add_subscription #
bstr_event_disable_subscription #
bstr_event_enable_subscription #
bstr_event_get_subscriptions #

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026