UCOMITypeInfo.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.
Retrieves a VARDESC
structure that describes the specified variable.
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 description to return.
- ppVarDesc
-
IntPtr
nativeint
On successful return, a reference to the VARDESC
that describes the specified variable.
Remarks
The values of ppVarDesc
can be accessed through PtrToStructure.
For additional information about ITypeInfo::GetVarDesc
, see the MSDN Library.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.