Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Invokes helper functionality for the IDispatch interface.
This function is not intended to be used by application code.
Syntax
HRESULT WINAPI InvokeIDispatch(
IDispatch *pDispatch,
DISPID dispid,
DISPPARAMS *pDisp,
_Out_ VARIANT *pVarResult
);
Parameters
-
pDispatch
-
The instance of the IDispatch interface.
-
dispid
-
The method, property, or argument to pass in.
-
pDisp
-
The parameters to pass in.
-
pVarResult [out]
-
A structure that receives the retrieved values.
Return value
If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.
| Return code | Description |
|---|---|
|
The value for pDispatch is invalid. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server |
None supported |
| Library |
|