示例#1
0
 public int GetNamedPropertyMapping([NativeTypeName("LPCWSTR")] ushort *name, [NativeTypeName("UINT *")] uint *index, [NativeTypeName("ABI::Windows::Graphics::Effects::GRAPHICS_EFFECT_PROPERTY_MAPPING *")] GRAPHICS_EFFECT_PROPERTY_MAPPING *mapping)
 {
     return(((delegate * unmanaged <IGraphicsEffectD2D1Interop *, ushort *, uint *, GRAPHICS_EFFECT_PROPERTY_MAPPING *, int>)(lpVtbl[4]))((IGraphicsEffectD2D1Interop *)Unsafe.AsPointer(ref this), name, index, mapping));
 }
示例#2
0
 public unsafe void GetNamedPropertyMapping(IntPtr name, uint *index, GRAPHICS_EFFECT_PROPERTY_MAPPING *mapping) =>
 throw new COMException("Not supported", unchecked ((int)0x80004001));