Specifications

Application Event Source
An EventParameterValue that starts with the digits 0-9 is treated as an
integer, unless it is double quoted:
Integer Example
Foo=1234
String Example
Foo=”1234”
ARAppEvent_Disconnect
The ARAppEvent_Disconnect function tells the AR agent to clean up the
instance-based bookkeeping which is used to receive application events from
the ARAppEvent.dll.
VOID _cdecl ARAppEvent_Disconnect()
Parameters
None.
Return Values
None.
Remarks
A process must call this function if it calls ARAppEvent_Connect.
HRESULT Connect
The HRESULT_Connect function connects the ARAppEvent.dll to the AR agent.
HRESULT IARAppEventSink::Connect();
Parameters
None.
Return Values
Returns S_OK if connected, S_FALSE if connection fails.
Remarks
A process should only call this function once at startup. The result of calling
the function multiple times is undefined. If this function is called, a process
must also call HRESULT_Disconnect.
220 BTStudio Administration Guide