GetConfigSize
Retrieve the size of the whole configuration (all Sources, Events, DocLinks)
HRESULT GetConfigSize([out] long*
nSources, [out] long* nEvents, [out] long* nDocLinks);
Parameters
nSources
[out] Pointer to a variable to store the number of sources. If null, the source count is not returned
nEvents
[out] Pointer to a variable to store the number of events. If null, the event count is not returned
nDocLinks
[out] Pointer to a variable to store the number of links. If null, the link count is not returned
Return Values
S_OK
The function completed successfully.
E_ACCESSDENIED
The object is locked due to an asynchronous operation