Exposes information about the Distributed Analysis Module. More...

List of all members.

Public Member Functions

HRESULT Name ([out, retval] BSTR *pbstrName)
HRESULT GetClassID ([out] CLSID *pClassID)

Detailed Description

Required interface implemented by Distributed Analysis Modules and used by the Omnipeek console and Omnił Engine. This interface exposes information about the Distributed Analysis Module.

Member Function Documentation

HRESULT IPeekPlugin::GetClassID [out] CLSID *  pClassID  ) 
 

Get the class identifier of the Distributed Analysis Module.

Parameters:
pClassID Pointer to the Distributed Analysis Module's class identifier.
Return values:
S_OK Success
E_FAIL Error
E_OUTOFMEMORY Out of memory
E_POINTER The pointer is invalid
Remarks:
None
HRESULT IPeekPlugin::Name [out, retval] BSTR *  pbstrName  ) 
 

Get the name of the Distributed Analysis Module.

Parameters:
pbstrName Pointer to the Distributed Analysis Module's name.
Return values:
S_OK Success
E_FAIL Error
E_OUTOFMEMORY Out of memory
E_POINTER The pointer is invalid
Remarks:
None