Share via


IeXdi2ProbeHandlerGeneric::InitAndLockProbeHandler (Windows Embedded CE 6.0)

1/5/2010

This method initializes connection links and inserts the helper into a chain of helpers.

This method also calls IeXdi2ProbeHandlerGeneric::LockProbe to lock the probe.

Syntax

HRESULT InitAndLockProbeHandler(
  IeXdi2ClientNotifyMemChg* pieXdiClientNotifMemChg2UpLink,
  IeXdi2ClientNotifyRunChg* pieXdiClientNotifRunChg2UpLink,
  IeXdi2ClientAuthorizeContinuation* pieXdiClientAuthorizeContUpLink,
  MISC_EXDIACCESS_SERVICE_INFO measInfo
);

Parameters

  • pieXdiClientNotifMemChg2UpLink
    [in] Pointer to the object IeXdi2ClientNotifyMemChgcallback interface that is used to handle calls about the memory state.
  • pieXdiClientNotifRunChg2UpLink
    [in] Pointer to the object IeXdi2ClientNotifyRunChg callback interface that is used to handle calls about the run-state this component must pass upward the calls to.
  • measInfo
    [in] Miscellaneous information about the eXDI service.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates the function was successful.

E_FAIL

Indicates an unspecified failure.

Requirements

Header eXDI2.h
Library ole32.lib, oleaut32.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IeXdi2ProbeHandlerGeneric
IeXDI2 Interfaces