Поделиться через


IIde::add_IdeDisconnected

 

Adds a handler for the event.

Syntax

HRESULT add_IdeDisconnected(IIdeDisconnectedHandler *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.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IIde Interface
IIdeDisconnectedHandle::IdeDisconnected