Share via


IBinaryManager::remove_BinaryItemsChanged

 

Removes the handler identified by cookie from the BinaryItemsChanged event.

Syntax

HRESULT remove_BinaryItemsChanged( ULONG cookie)  

Parameters

cookie
[in] The value returned by IBinaryManager::add_BinaryItemsChanged when the handler was added.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IBinaryManager Interface