ITypeInfo2.GetParamCustData(Int32, 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 specified custom data parameter.
public:
void GetParamCustData(int indexFunc, int indexParam, Guid % guid, [Runtime::InteropServices::Out] System::Object ^ % pVarVal);
public void GetParamCustData (int indexFunc, int indexParam, ref Guid guid, out object pVarVal);
abstract member GetParamCustData : int * int * Guid * obj -> unit
Public Sub GetParamCustData (indexFunc As Integer, indexParam As Integer, ByRef guid As Guid, ByRef pVarVal As Object)
Parameters
- indexFunc
- Int32
The index of the function to get the custom data for.
- indexParam
- Int32
The index of the parameter of this 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 specifies where to put the retrieved data. This parameter is passed uninitialized.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.