IeXdi2HelperGeneric::InitAndLockHelper (Windows Embedded CE 6.0)
1/5/2010
This method initializes the connection links necessary to insert the helper in a chain of helpers.
Syntax
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 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 |