Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method initializes the connection links necessary to insert the helper in a chain of helpers.
HRESULT InitAndLockHelper(
IeXdi2Exec* pieXdi2ExecDownLink, IeXdi2Mem* pieXdi2MemDownLink, IeXdi2ClientNotifyMemChg* pieXdiClientNotifMemChg2UpLink, IeXdi2ClientNotifyRunChg* pieXdiClientNotifRunChg2UpLink, IeXdi2ClientAuthorizeContinuation* pieXdiClientAuthorizeContUpLink, MISC_EXDIACCESS_SERVICE_INFO measInfo);
Parameters
pieXdi2ExecDownLink
[in] Pointer to the IeXdi2Exec object interface that the helper must pass downward calls to.pieXdi2MemDownLink
[in] Pointer to the IeXdi2Mem object interface that the helper must pass downward calls to.pieXdiClientNotifMemChg2UpLink
[in] Pointer to the IeXdi2ClientNotifyMemChg object interface that the helper must pass upward calls to.pieXdiClientNotifRunChg2UpLink
[in] Pointer to the IeXdi2ClientNotifyRunChg object interface that the helper must pass upward calls to.pieXdiClientAuthorizeContUpLink
[in] Pointer to the IeXdi2ClientAuthorizeContinuation object interface that the helper must pass upward calls to.measInfo
[in] Miscellaneous information about the eXDI service.This provides indirect access to all other components of the 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
Send Feedback on this topic to the authors