Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/IUnknown
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/IUnknown
http://dbpedia.org/ontology/abstract En la programación de computadoras, el IUnEn la programación de computadoras, el IUnknown (personalizado) es la interfaz fundamental en el modelo de objetos componentes (COM). Los publicados especificación COM mandatos que los objetos COM deben implementar mínimamente esta interfaz. Además, cada dos interfaz COM debe derivarse de IUnknown. IUnknown expone dos características esenciales de todos los objetos COM: objeto de gestión por vida a través de recuento de referencias, y el acceso a diferentes predefinidos de interfaces. Una costumbre interfaz IUnknown consiste en un puntero a una tabla de métodos virtuales que contiene una lista de punteros a las funciones que implementan las funciones declaradas en la interfaz, en el mismo orden en que se declaran en la interfaz. La invocación de arriba en proceso es, por tanto, comparable a las llamadas a métodos virtuales en C++.a las llamadas a métodos virtuales en C++. , 在程序设计中,IUnknown介面是组件对象模型(COM)中的基礎介面。COM規格書在程序设计中,IUnknown介面是组件对象模型(COM)中的基礎介面。COM規格書中規定COM物件至少要實現此一介面,而且其他所有的COM介面都需要衍生自IUnknown介面。IUnknown提供所有COM物件都支援的兩種基本特性:利用引用计数來進行物件生命周期管理,以及存取許多事先定義的介面。 IUnknown介面會包括一個指向的指標,虛擬方法表是一個有許多函数指针的列表,函数指针會指向許多實現IUnknown介面所宣告的函數,以和介面中宣告順序相同的方式排列。而進程內呼叫產生的大致和C++中呼叫虛擬方法的開銷相近。面中宣告順序相同的方式排列。而進程內呼叫產生的大致和C++中呼叫虛擬方法的開銷相近。 , In computer programming, the IUnknown inteIn computer programming, the IUnknown interface is the fundamental interface in the Component Object Model (COM). The COM specification mandates that COM objects must implement this interface. Furthermore, every other COM interface must be derived from IUnknown. IUnknown exposes two essential features of all COM objects: object lifetime management through reference counting, and access to object functionality through other interfaces. An IUnknown (or IUnknown-derived) interface consists of a pointer to a virtual method table that contains a list of pointers to the functions that implement the functions declared in the interface, in the order that they are declared in the interface. The in-process invocation call overhead is therefore identical to virtual method calls in C++. identical to virtual method calls in C++. , IUnknownインターフェイスは、Component Object Model (COM) において基盤となる抽象型である。COMの仕様では、すべてのCOMオブジェクトはIUnknownインターフェイスを実装していなければならないとされている。すなわち、IUnknownは、COMにおけるルートクラスである。また、すべてのCOMインターフェイスはIUnknownの派生型である。 , IUnknown je rozhraní sloužící k získání jiného rozhraní od jísté COM komponenty. Podle specifikace musí každá COM komponenta implementovat přinejmenším právě toto rozhraní.
http://dbpedia.org/ontology/wikiPageExternalLink http://www.codeproject.com/kb/com/com_in_c1.aspx +
http://dbpedia.org/ontology/wikiPageID 759965
http://dbpedia.org/ontology/wikiPageLength 5336
http://dbpedia.org/ontology/wikiPageRevisionID 1093866324
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/ActiveX + , http://dbpedia.org/resource/IDispatch + , http://dbpedia.org/resource/C_Sharp_%28programming_language%29 + , http://dbpedia.org/resource/Interface_%28computing%29 + , http://dbpedia.org/resource/Category:Microsoft_application_programming_interfaces + , http://dbpedia.org/resource/IObjectWithSite + , http://dbpedia.org/resource/Globally_unique_identifier + , http://dbpedia.org/resource/Interface_ID + , http://dbpedia.org/resource/Object_Linking_and_Embedding + , http://dbpedia.org/resource/Virtual_method_table + , http://dbpedia.org/resource/Equivalence_relation + , http://dbpedia.org/resource/Globally_Unique_Identifier + , http://dbpedia.org/resource/Interface_%28computer_science%29 + , http://dbpedia.org/resource/XPCOM + , http://dbpedia.org/resource/Core_Foundation + , http://dbpedia.org/resource/Computer_programming + , http://dbpedia.org/resource/Windows_Runtime + , http://dbpedia.org/resource/Method_%28computer_science%29 + , http://dbpedia.org/resource/Type_conversion + , http://dbpedia.org/resource/Pointer_%28computer_programming%29 + , http://dbpedia.org/resource/C%2B%2B + , http://dbpedia.org/resource/IOleObject + , http://dbpedia.org/resource/Component_Object_Model + , http://dbpedia.org/resource/Reference_counting + , http://dbpedia.org/resource/OLE_Automation + , http://dbpedia.org/resource/IInspectable + , http://dbpedia.org/resource/Browser_Helper_Object + , http://dbpedia.org/resource/Category:Object-oriented_programming + , http://dbpedia.org/resource/Mac_OS_X + , http://dbpedia.org/resource/Java_%28programming_language%29 +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Reflist +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Object-oriented_programming + , http://dbpedia.org/resource/Category:Microsoft_application_programming_interfaces +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Interface +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/IUnknown?oldid=1093866324&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/IUnknown +
owl:sameAs https://global.dbpedia.org/id/4ndqq + , http://dbpedia.org/resource/IUnknown + , http://es.dbpedia.org/resource/IUnknown + , http://cs.dbpedia.org/resource/IUnknown + , http://www.wikidata.org/entity/Q5975453 + , http://zh.dbpedia.org/resource/IUnknown + , http://rdf.freebase.com/ns/m.03914b + , http://ja.dbpedia.org/resource/IUnknown +
rdf:type http://dbpedia.org/ontology/Software +
rdfs:comment IUnknown je rozhraní sloužící k získání jiného rozhraní od jísté COM komponenty. Podle specifikace musí každá COM komponenta implementovat přinejmenším právě toto rozhraní. , IUnknownインターフェイスは、Component Object Model (COM) において基盤となる抽象型である。COMの仕様では、すべてのCOMオブジェクトはIUnknownインターフェイスを実装していなければならないとされている。すなわち、IUnknownは、COMにおけるルートクラスである。また、すべてのCOMインターフェイスはIUnknownの派生型である。 , In computer programming, the IUnknown inteIn computer programming, the IUnknown interface is the fundamental interface in the Component Object Model (COM). The COM specification mandates that COM objects must implement this interface. Furthermore, every other COM interface must be derived from IUnknown. IUnknown exposes two essential features of all COM objects: object lifetime management through reference counting, and access to object functionality through other interfaces.ct functionality through other interfaces. , En la programación de computadoras, el IUnEn la programación de computadoras, el IUnknown (personalizado) es la interfaz fundamental en el modelo de objetos componentes (COM). Los publicados especificación COM mandatos que los objetos COM deben implementar mínimamente esta interfaz. Además, cada dos interfaz COM debe derivarse de IUnknown. IUnknown expone dos características esenciales de todos los objetos COM: objeto de gestión por vida a través de recuento de referencias, y el acceso a diferentes predefinidos de interfaces.o a diferentes predefinidos de interfaces. , 在程序设计中,IUnknown介面是组件对象模型(COM)中的基礎介面。COM規格書在程序设计中,IUnknown介面是组件对象模型(COM)中的基礎介面。COM規格書中規定COM物件至少要實現此一介面,而且其他所有的COM介面都需要衍生自IUnknown介面。IUnknown提供所有COM物件都支援的兩種基本特性:利用引用计数來進行物件生命周期管理,以及存取許多事先定義的介面。 IUnknown介面會包括一個指向的指標,虛擬方法表是一個有許多函数指针的列表,函数指针會指向許多實現IUnknown介面所宣告的函數,以和介面中宣告順序相同的方式排列。而進程內呼叫產生的大致和C++中呼叫虛擬方法的開銷相近。面中宣告順序相同的方式排列。而進程內呼叫產生的大致和C++中呼叫虛擬方法的開銷相近。
rdfs:label IUnknown
hide properties that link here 
http://dbpedia.org/resource/QueryInterface + , http://dbpedia.org/resource/Query_Interface + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Reference_counting + , http://dbpedia.org/resource/Universally_unique_identifier + , http://dbpedia.org/resource/User-Mode_Driver_Framework + , http://dbpedia.org/resource/IFilter + , http://dbpedia.org/resource/ActiveX + , http://dbpedia.org/resource/Component_Object_Model + , http://dbpedia.org/resource/Object_composition + , http://dbpedia.org/resource/Object_Linking_and_Embedding + , http://dbpedia.org/resource/IDispatch + , http://dbpedia.org/resource/Variant_type_%28COM%29 + , http://dbpedia.org/resource/QueryInterface + , http://dbpedia.org/resource/Query_Interface + , http://dbpedia.org/resource/00000000-0000-0000-C000-000000000046 + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/IUnknown + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/IUnknown + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.