コード例 #1
0
 unsafe HRESULT ISpecifyPropertyPages.GetPages(CAUUID *pPages)
 {
     pPages->cElems = 1;
     pPages->pElems = (Guid *)Marshal.AllocCoTaskMem((int)(sizeof(Guid) * 1));
     return(HRESULT.S_OK);
 }
コード例 #2
0
 public int GetPages(CAUUID *pPages)
 {
     return(((delegate * unmanaged <ISpecifyPropertyPages *, CAUUID *, int>)(lpVtbl[3]))((ISpecifyPropertyPages *)Unsafe.AsPointer(ref this), pPages));
 }
コード例 #3
0
 public int GetPages([NativeTypeName("CAUUID *")] CAUUID *pPages)
 {
     return(((delegate * stdcall <ISpecifyPropertyPages *, CAUUID *, int>)(lpVtbl[3]))((ISpecifyPropertyPages *)Unsafe.AsPointer(ref this), pPages));
 }