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)); }
public HRESULT GetPart(uint nIndex, IPart **ppPart) { return(((delegate * unmanaged <IPartsList *, uint, IPart **, int>)(lpVtbl[4]))((IPartsList *)Unsafe.AsPointer(ref this), nIndex, ppPart)); }