internal static void SetShowIncompatibleContent(RenderContentKind kind, bool bShow)
 {
     UnsafeNativeMethods.Rdk_Globals_SetShowIncompatbileContent(RenderContent.KindString(kind), bShow);
 }
 internal IntPtr ConstPointer()
 {
     return(UnsafeNativeMethods.Rdk_ContentList_ListFromKind(RenderContent.KindString(m_kind), m_doc.m_docId));
 }
 internal static bool ShowIncompatibleContent(RenderContentKind kind)
 {
     return(1 == UnsafeNativeMethods.Rdk_Globals_ShowIncompatibleContent(RenderContent.KindString(kind)));
 }