Ejemplo n.º 1
0
 public int GetProperties([NativeTypeName("INamedPropertyStore **")] INamedPropertyStore **props)
 {
     return(((delegate * unmanaged <ICastingSourceInfo *, INamedPropertyStore **, int>)(lpVtbl[4]))((ICastingSourceInfo *)Unsafe.AsPointer(ref this), props));
 }
Ejemplo n.º 2
0
 public static extern HRESULT CreateNamedPropertyStore(INamedPropertyStore **ppStore);
Ejemplo n.º 3
0
 public HRESULT GetProperties(INamedPropertyStore **props)
 {
     return(((delegate * unmanaged <ICastingSourceInfo *, INamedPropertyStore **, int>)(lpVtbl[4]))((ICastingSourceInfo *)Unsafe.AsPointer(ref this), props));
 }