Ejemplo n.º 1
0
 public int GetPart([NativeTypeName("UINT")] uint nIndex, [NativeTypeName("IPart **")] IPart **ppPart)
 {
     return(((delegate * unmanaged <IPartsList *, uint, IPart **, int>)(lpVtbl[4]))((IPartsList *)Unsafe.AsPointer(ref this), nIndex, ppPart));
 }
 public int GetPartById([NativeTypeName("UINT")] uint nId, [NativeTypeName("IPart **")] IPart **ppPart)
 {
     return(((delegate * unmanaged <IDeviceTopology *, uint, IPart **, int>)(lpVtbl[7]))((IDeviceTopology *)Unsafe.AsPointer(ref this), nId, ppPart));
 }
 public HRESULT GetPartById(uint nId, IPart **ppPart)
 {
     return(((delegate * unmanaged <IDeviceTopology *, uint, IPart **, int>)(lpVtbl[7]))((IDeviceTopology *)Unsafe.AsPointer(ref this), nId, ppPart));
 }
Ejemplo n.º 4
0
 public HRESULT GetPart(uint nIndex, IPart **ppPart)
 {
     return(((delegate * unmanaged <IPartsList *, uint, IPart **, int>)(lpVtbl[4]))((IPartsList *)Unsafe.AsPointer(ref this), nIndex, ppPart));
 }