eParamAttr Enumeration
Visual Studio 2015
Used by the Attribute property of the IParamInfo object.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
| Member name | Description | |
|---|---|---|
| eparamIn | An in parameter that is allocated, set, and freed by the caller of the function or interface method. This parameter is not modified by the called function. | |
| eparamInOut | An in/out parameter, initially allocated by the caller of a function or interface method, and set, freed, and reallocated, if necessary, by the process that is called. | |
| eparamOut | A parameter allocated by the function being called, and freed by caller. | |
| eparamOutRetval | The parameter is allocated by the property being called, and the value is returned to the caller. |
Show: