Home
last modified time | relevance | path

Searched refs:ppTI (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DMockTypeInfo.cs257 void IFixedTypeInfo.GetRefTypeInfo(System.IntPtr hRef, out IFixedTypeInfo ppTI) in IFixedTypeInfo.GetRefTypeInfo() argument
264 ppTI = _implementedTypes[hRefInt - s_HREF_IMPLTYPES_OFFSET]; in IFixedTypeInfo.GetRefTypeInfo()
268 ppTI = _definedVariables[hRefInt - s_HREF_VARS_OFFSET].GetFinalTypeInfo(); in IFixedTypeInfo.GetRefTypeInfo()
272ppTI = _definedFunctions[hRefInt - s_HREF_FUNCSRET_OFFSET].returnType.GetFinalTypeInfo(); in IFixedTypeInfo.GetRefTypeInfo()
280 ppTI = null; in IFixedTypeInfo.GetRefTypeInfo()
325 public void GetRefTypeInfo(int hRef, out ITypeInfo ppTI) in GetRefTypeInfo() argument
331 ppTI = _implementedTypes[hRef - s_HREF_IMPLTYPES_OFFSET]; in GetRefTypeInfo()
335 ppTI = _definedVariables[hRef - s_HREF_VARS_OFFSET].GetFinalTypeInfo(); in GetRefTypeInfo()
339ppTI = _definedFunctions[hRef - s_HREF_FUNCSRET_OFFSET].returnType.GetFinalTypeInfo(); in GetRefTypeInfo()
343ppTI = _definedFunctions[(hRef - s_HREF_FUNCSPARAM_OFFSET) / s_HREF_FUNCSPARAM_OFFSET_PERFUNC].par… in GetRefTypeInfo()
[all …]
H A DMockTypeLib.cs164 public void GetTypeInfo(int index, out ITypeInfo ppTI) in GetTypeInfo() argument
169 ppTI = _containedTypeInfos[index]; in GetTypeInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DIProvideClassInfo.java21 public int GetClassInfo(long[] ppTI) { in GetClassInfo() argument
22 return COM.VtblCall(3, address, ppTI); in GetClassInfo()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmultinfo.h73 HRESULT (WINAPI *GetClassInfo)(IProvideMultipleClassInfo *This,LPTYPEINFO *ppTI);
85 #define IProvideMultipleClassInfo_GetClassInfo(This,ppTI) (This)->lpVtbl->GetClassInfo(This,ppTI) argument
H A Ddatapath.h193 HRESULT (WINAPI *GetClassInfo)(IProvideClassInfo3 *This,ITypeInfo **ppTI);
207 #define IProvideClassInfo3_GetClassInfo(This,ppTI) (This)->lpVtbl->GetClassInfo(This,ppTI) argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmultinfo.h73 HRESULT (WINAPI *GetClassInfo)(IProvideMultipleClassInfo *This,LPTYPEINFO *ppTI);
85 #define IProvideMultipleClassInfo_GetClassInfo(This,ppTI) (This)->lpVtbl->GetClassInfo(This,ppTI) argument
H A Ddatapath.h193 HRESULT (WINAPI *GetClassInfo)(IProvideClassInfo3 *This,ITypeInfo **ppTI);
207 #define IProvideClassInfo3_GetClassInfo(This,ppTI) (This)->lpVtbl->GetClassInfo(This,ppTI) argument
H A Docidl.h1445 ITypeInfo **ppTI) = 0;
1470 ITypeInfo **ppTI);
1486 #define IProvideClassInfo_GetClassInfo(This,ppTI) (This)->lpVtbl->GetClassInfo(This,ppTI)
1499 static FORCEINLINE HRESULT IProvideClassInfo_GetClassInfo(IProvideClassInfo* This,ITypeInfo **ppTI)…
1500 return This->lpVtbl->GetClassInfo(This,ppTI);
1555 ITypeInfo **ppTI);
1577 #define IProvideClassInfo2_GetClassInfo(This,ppTI) (This)->lpVtbl->GetClassInfo(This,ppTI)
1593 return This->lpVtbl->GetClassInfo(This,ppTI);
1663 ITypeInfo **ppTI);
1700 #define IProvideMultipleClassInfo_GetClassInfo(This,ppTI) (This)->lpVtbl->GetClassInfo(This,ppTI)
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinSendCom.c44 LCID lcid, ITypeInfo **ppTI);
229 ITypeInfo **ppTI) in WinSendCom_GetTypeInfo() argument
233 if (ppTI) { in WinSendCom_GetTypeInfo()
234 *ppTI = NULL; in WinSendCom_GetTypeInfo()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinSendCom.c44 LCID lcid, ITypeInfo **ppTI);
227 ITypeInfo **ppTI) in WinSendCom_GetTypeInfo() argument
234 if (ppTI) { in WinSendCom_GetTypeInfo()
235 *ppTI = NULL; in WinSendCom_GetTypeInfo()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinSendCom.c44 LCID lcid, ITypeInfo **ppTI);
227 ITypeInfo **ppTI) in WinSendCom_GetTypeInfo() argument
234 if (ppTI) { in WinSendCom_GetTypeInfo()
235 *ppTI = NULL; in WinSendCom_GetTypeInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.InteropServices/
H A DUCOMITypeLib.cs41 void GetTypeInfo (int index, out UCOMITypeInfo ppTI); in GetTypeInfo() argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/System/Runtime/InteropServices/ComTypes/
H A DITypeLib.cs26 void GetTypeInfo(int index, out ITypeInfo ppTI); in GetTypeInfo() argument
H A DITypeLib2.cs26 new void GetTypeInfo(int index, out ITypeInfo ppTI); in GetTypeInfo() argument
H A DITypeInfo.cs35 void GetRefTypeInfo(int hRef, out ITypeInfo ppTI); in GetRefTypeInfo() argument
H A DITypeInfo2.cs35 new void GetRefTypeInfo(int hRef, out ITypeInfo ppTI); in GetRefTypeInfo() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ComTypes/
H A Ditypelib2.cs27 new void GetTypeInfo(int index, out ITypeInfo ppTI); in GetTypeInfo() argument
H A Ditypelib.cs58 void GetTypeInfo(int index, out ITypeInfo ppTI); in GetTypeInfo() argument
H A Ditypeinfo2.cs36 new void GetRefTypeInfo(int hRef, out ITypeInfo ppTI); in GetRefTypeInfo() argument
H A Ditypeinfo.cs325 void GetRefTypeInfo(int hRef, out ITypeInfo ppTI); in GetRefTypeInfo() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/
H A Ducomitypelib.cs61 void GetTypeInfo(int index, out UCOMITypeInfo ppTI); in GetTypeInfo() argument
H A Ducomitypeinfo.cs324 void GetRefTypeInfo(int hRef, out UCOMITypeInfo ppTI); in GetRefTypeInfo() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/
H A DOleControlSite.java275 long[] ppTI = new long[1]; in getDefaultEventSinkGUID() local
277 int result = pci.GetClassInfo(ppTI); in getDefaultEventSinkGUID()
280 if (result == COM.S_OK && ppTI[0] != 0) { in getDefaultEventSinkGUID()
281 ITypeInfo classInfo = new ITypeInfo(ppTI[0]); in getDefaultEventSinkGUID()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/ole/
H A Dunoobjw.hxx144 /* [out] */ ITypeInfo **ppTI) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/ole/
H A Dunoobjw.hxx145 /* [out] */ ITypeInfo **ppTI) override;

123