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