Udostępnij za pośrednictwem


ITypeInfo2.GetAllParamCustData(Int32, Int32, IntPtr) Metoda

Definicja

Pobiera wszystkie dane niestandardowe dla określonego parametru funkcji.

public:
 void GetAllParamCustData(int indexFunc, int indexParam, IntPtr pCustData);
public void GetAllParamCustData (int indexFunc, int indexParam, IntPtr pCustData);
abstract member GetAllParamCustData : int * int * nativeint -> unit
Public Sub GetAllParamCustData (indexFunc As Integer, indexParam As Integer, pCustData As IntPtr)

Parametry

indexFunc
Int32

Indeks funkcji w celu pobrania danych niestandardowych.

indexParam
Int32

Indeks parametru tej funkcji w celu pobrania danych niestandardowych.

pCustData
IntPtr

nativeint

Wskaźnik do CUSTDATA, który zawiera wszystkie elementy danych niestandardowych.

Dotyczy