Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies parameter flags.
| Constant/value | Description |
|---|---|
|
Whether the parameter passes or receives information is unspecified. IDispatch interfaces can use this flag. |
|
Parameter passes information from the caller to the callee. |
|
Parameter returns information from the callee to the caller. |
|
Parameter is the LCID of a client application. |
|
Parameter is the return value of the member. |
|
Parameter is optional. The pPARAMDescEx field contains a pointer to a VARIANT describing the default value for this parameter, if the PARAMFLAG_FOPT and PARAMFLAG_FHASDEFAULT bit of wParamFlags is set. |
|
Parameter has default behaviors defined. The pPARAMDescEx field contains a pointer to a VARIANT that describes the default value for this parameter, if the PARAMFLAG_FOPT and PARAMFLAG_FHASDEFAULT bit of wParamFlags is set. |
|
Parameter has custom data. |
Requirements
| Header |
|