public int GetAttributeValue([NativeTypeName("PCWSTR")] ushort *name, [NativeTypeName("ID2D1SvgPaint **")] ID2D1SvgPaint **value) { var iid = IID_ID2D1SvgPaint; return(GetAttributeValue(name, &iid, (void **)value)); }
public HRESULT CreatePaint(D2D1_SVG_PAINT_TYPE paintType, [NativeTypeName("const D2D1_COLOR_F *")] DXGI_RGBA *color, [NativeTypeName("PCWSTR")] ushort *id, ID2D1SvgPaint **paint) { return(((delegate * unmanaged <ID2D1SvgDocument *, D2D1_SVG_PAINT_TYPE, DXGI_RGBA *, ushort *, ID2D1SvgPaint **, int>)(lpVtbl[11]))((ID2D1SvgDocument *)Unsafe.AsPointer(ref this), paintType, color, id, paint)); }
public HRESULT GetAttributeValue([NativeTypeName("PCWSTR")] ushort *name, ID2D1SvgPaint **value) { return(GetAttributeValue(name, __uuidof <ID2D1SvgPaint>(), (void **)value)); }