Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 |
|