Example #1
0
        public int GetAttributeValue([NativeTypeName("PCWSTR")] ushort *name, [NativeTypeName("ID2D1SvgPointCollection **")] ID2D1SvgPointCollection **value)
        {
            var iid = IID_ID2D1SvgPointCollection;

            return(GetAttributeValue(name, &iid, (void **)value));
        }
Example #2
0
 public HRESULT CreatePointCollection([NativeTypeName("const D2D1_POINT_2F *")] D2D_POINT_2F *points, [NativeTypeName("UINT32")] uint pointsCount, ID2D1SvgPointCollection **pointCollection)
 {
     return(((delegate * unmanaged <ID2D1SvgDocument *, D2D_POINT_2F *, uint, ID2D1SvgPointCollection **, int>)(lpVtbl[13]))((ID2D1SvgDocument *)Unsafe.AsPointer(ref this), points, pointsCount, pointCollection));
 }
 public HRESULT GetAttributeValue([NativeTypeName("PCWSTR")] ushort *name, ID2D1SvgPointCollection **value)
 {
     return(GetAttributeValue(name, __uuidof <ID2D1SvgPointCollection>(), (void **)value));
 }