Пример #1
0
 public int EnumPartsOutgoing(IPartsList **ppParts)
 {
     return(((delegate * unmanaged <IPart *, IPartsList **, int>)(lpVtbl[11]))((IPart *)Unsafe.AsPointer(ref this), ppParts));
 }
Пример #2
0
 public int EnumPartsIncoming([NativeTypeName("IPartsList **")] IPartsList **ppParts)
 {
     return(((delegate * unmanaged <IPart *, IPartsList **, int>)(lpVtbl[10]))((IPart *)Unsafe.AsPointer(ref this), ppParts));
 }
 public int GetSignalPath([NativeTypeName("IPart *")] IPart *pIPartFrom, [NativeTypeName("IPart *")] IPart *pIPartTo, [NativeTypeName("BOOL")] int bRejectMixedPaths, [NativeTypeName("IPartsList **")] IPartsList **ppParts)
 {
     return(((delegate * unmanaged <IDeviceTopology *, IPart *, IPart *, int, IPartsList **, int>)(lpVtbl[9]))((IDeviceTopology *)Unsafe.AsPointer(ref this), pIPartFrom, pIPartTo, bRejectMixedPaths, ppParts));
 }
 public HRESULT GetSignalPath(IPart *pIPartFrom, IPart *pIPartTo, BOOL bRejectMixedPaths, IPartsList **ppParts)
 {
     return(((delegate * unmanaged <IDeviceTopology *, IPart *, IPart *, BOOL, IPartsList **, int>)(lpVtbl[9]))((IDeviceTopology *)Unsafe.AsPointer(ref this), pIPartFrom, pIPartTo, bRejectMixedPaths, ppParts));
 }
Пример #5
0
 public HRESULT EnumPartsIncoming(IPartsList **ppParts)
 {
     return(((delegate * unmanaged <IPart *, IPartsList **, int>)(lpVtbl[10]))((IPart *)Unsafe.AsPointer(ref this), ppParts));
 }