IFixedTypeInfo.GetVarDesc(Int32, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see GetVarDesc(Int32, IntPtr).
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void GetVarDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppVarDesc);
public void GetVarDesc (int index, out IntPtr ppVarDesc);
abstract member GetVarDesc : int * nativeint -> unit
Public Sub GetVarDesc (index As Integer, ByRef ppVarDesc As IntPtr)
Parameters
- index
- Int32
Index of the variable.
- ppVarDesc
-
IntPtr
nativeint
Location to return the description.