- Contents
DesignerCOM API
II3IDICServer::ActivateHandler Method
Synopsis
Activates the handler specified by HandlerName. If ActivatePrimary is VARIANT_TRUE, the handler is activated primary. Otherwise, the handler is activated monitor.
IDL Function Prototype
HRESULT ActivateHandler(
[in] BSTR HandlerName,
[in] VARIANT_BOOL Primary
);
C/C++ Syntax
HRESULT ActivateHandler(BSTR HandlerName, VARIANT_BOOL Primary);
Parameters
- HandlerName
-
The name of the handler to activate.
- Primary
-
Specify True to activate the handler as a Primary handler, or False if the handler is a Monitor handler.