Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |
|