Share via


IBinaryManager::add_BinaryItemsChanged

 

Adds a handler for the IBinaryItemsChangedHandler::BinaryItemsChanged event.

Syntax

HRESULT add_BinaryItemsChanged( IBinaryItemsChangedHandler *pHandler, ULONG *pCookie)  

Parameters

pHandler
[in] The new handler to add.

pCookie
[out,retval] The cookie for the handler.

Return Value

One of the standard HRESULT values.

Remarks

The cookie for the handler is needed when calling IBinaryManager::remove_BinaryItemsChanged to remove the handler.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IBinaryManager Interface