Partager via


IeXdi2ProbeHandlerGeneric::InitAndLockProbeHandler (Windows CE 5.0)

Send Feedback

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

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

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

Parameters

  • pieXdiClientNotifMemChg2UpLink
    [in] Pointer to the object IeXdi2ClientNotifyMemChg callback 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.
  • pieXdiClientAuthorizeContUpLink
    [in] Pointer to the object IeXdi2ClientAuthorizeContinuation interface that restarts the client.
  • measInfo
    [in] Miscellaneous information about the eXDI service.

Return Values

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

OS Version: Windows CE 5.0 and later.
Header: eXDI2.h.
Link Library: ole32.lib oleaut32.lib.

See Also

IeXDI2 Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.