コード例 #1
0
 public HRESULT GetType(WICColorContextType *pType)
 {
     return(((delegate * unmanaged <IWICColorContext *, WICColorContextType *, int>)(lpVtbl[6]))((IWICColorContext *)Unsafe.AsPointer(ref this), pType));
 }
コード例 #2
0
 public int GetType([NativeTypeName("WICColorContextType *")] WICColorContextType *pType)
 {
     return(((delegate * unmanaged <IWICColorContext *, WICColorContextType *, int>)(lpVtbl[6]))((IWICColorContext *)Unsafe.AsPointer(ref this), pType));
 }