public int SetTypeIdldesc([NativeTypeName("IDLDESC *")] IDLDESC *pIdlDesc)
 {
     return(((delegate * stdcall <ICreateTypeInfo2 *, IDLDESC *, int>)(lpVtbl[24]))((ICreateTypeInfo2 *)Unsafe.AsPointer(ref this), pIdlDesc));
 }
Beispiel #2
0
 public HRESULT SetTypeIdldesc(IDLDESC *pIdlDesc)
 {
     return(((delegate * unmanaged <ICreateTypeInfo *, IDLDESC *, int>)(lpVtbl[24]))((ICreateTypeInfo *)Unsafe.AsPointer(ref this), pIdlDesc));
 }