- Contents
 
DesignerCOM API
II3ID2::NotifierConnectionIsOpen Property
get_NotifierConnectionIsOpen
This property indicates whether or not the Notifier connection is currently open.
IDL Function Prototype
HRESULT NotifierConnectionIsOpen(
[out, retval] VARIANT_BOOL * connOpen
);
C/C++ Syntax
HRESULT get_NotifierConnectionIsOpen(VARIANT_BOOL * connOpen);
Parameters
- connOpen
 - 
 
The return value is True if the Notifier connection is open; otherwise False.
 

 
			 