ITypeInfo2.GetFuncCustData(Int32, Guid, Object) 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.
Gets the custom data from the specified function.
public:
void GetFuncCustData(int index, Guid % guid, [Runtime::InteropServices::Out] System::Object ^ % pVarVal);
public void GetFuncCustData (int index, ref Guid guid, out object pVarVal);
abstract member GetFuncCustData : int * Guid * obj -> unit
Public Sub GetFuncCustData (index As Integer, ByRef guid As Guid, ByRef pVarVal As Object)
Parameters
- index
- Int32
The index of the function to get the custom data for.
- guid
- Guid
The GUID used to identify the data.
- pVarVal
- Object
When this method returns, contains an Object
that specified where to put the data. This parameter is passed uninitialized.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.