public HRESULT SetPageSite(IPropertyPageSite *pPageSite)
 {
     return(((delegate * unmanaged <IPropertyPage *, IPropertyPageSite *, int>)(lpVtbl[3]))((IPropertyPage *)Unsafe.AsPointer(ref this), pPageSite));
 }
Beispiel #2
0
 public int SetPageSite([NativeTypeName("IPropertyPageSite *")] IPropertyPageSite *pPageSite)
 {
     return(((delegate * unmanaged <IPropertyPage *, IPropertyPageSite *, int>)(lpVtbl[3]))((IPropertyPage *)Unsafe.AsPointer(ref this), pPageSite));
 }