GetDocLink

Get the DocLink with the specified name.

 

HRESULT GetDocLink([in] BSTR name,
[out,retval] IEvtCfgDocLink** ppLink);

Parameters

name

[in] name of the link to be retreived.

ppLink

[out, retval] pointer to a pointer to store the returned DocLink object.

Return Values

S_OK

ppLink contains a valid pointer to an IEvtCfgSource object.

E_INVALIDARG

No link with the specified name is child of the event

E_POINTER

ppLink was no valid pointer.