Ejemplo n.º 1
0
        public virtual int GetComType(
            out WICColorContextType pType
            )
        {
            var fp = GetFunctionPointer(6);

            if (m_GetTypeFunc == null)
            {
                m_GetTypeFunc = (GetTypeFunc)Marshal.GetDelegateForFunctionPointer(fp, typeof(GetTypeFunc));
            }

            return(m_GetTypeFunc(m_ptr, out pType));
        }
 internal static extern int /* HRESULT */ GetType(
     SafeMILHandle THIS_PTR,
     out WICColorContextType pType
     );