⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xrmqgetresource.html

📁 linux图形界面x liberary手册
💻 HTML
字号:
<HTML><HEAD><TITLE>Xlib Programming Manual: XrmQGetResource</TITLE></HEAD><BODY><H1 ALIGN=center>XrmQGetResource</H1><H2>Syntax</H2><!.IN "XrmQGetResource" "" "@DEF@"><CODE><PRE>Bool XrmQGetResource(<B>database</B>, <B>quark_name</B>, <B>quark_class</B>, <B>quark_type_return</B>, <B>value_return</B>)     <B><A HREF="creating-and-storing-databases.html">XrmDatabase</A></B> <B>database</B>;     <B><A HREF="quarks.html#XrmNameList">XrmNameList</A></B> <B>quark_name</B>;     <B><A HREF="quarks.html#XrmClassList">XrmClassList</A></B> <B>quark_class</B>;     <B><A HREF="quarks.html#XrmQuark">XrmRepresentation</A></B> *<B>quark_type_return</B>;     <B><A HREF="creating-and-storing-databases.html">XrmValue</A></B> *<B>value_return</B>; </PRE></CODE><H2>Arguments</H2><TABLE><TR><TD> <B>database</B><TD> Specifies the database that is to be used.<TR><TD> <B>quark_name</B><TD> Specifies the fully qualified name of the value being retrieved (as a quark).<TR><TD> <B>quark_class</B><TD> Specifies the fully qualified class of the value being retrieved (as a quark).<TR><TD> <B>quark_type_return</B><TD> Returns the representation type of the destination (as a quark).<TR><TD> <B>value_return</B><TD> Returns the value in the database.</TABLE><H2>Description</H2>The <B>XrmQGetResource()</B>function retrieves a resource from the specified database.It takes a fully qualified name/class pair, a destinationresource representation, and the address of a value(size/address pair).  The value and returned type point into database memory;therefore, you must not modify the data.<H2>See also</H2><B><A HREF="XrmGetResource.html">XrmGetResource()</A></B>,<B><A HREF="XrmInitialize.html">XrmInitialize()</A></B>,<B><A HREF="XrmMergeDatabases.html">XrmMergeDatabases()</A></B>,<B><A HREF="XrmPutResource.html">XrmPutResource()</A></B>,<B><A HREF="XrmQGetResource.html">XrmQGetResource()</A></B>,<B><A HREF="XrmQGetSearchList.html">XrmQGetSearchList()</A></B>,<B><A HREF="XrmQGetSearchResource.html">XrmQGetSearchResource()</A></B>,<B><A HREF="XrmUniqueQuark.html">XrmUniqueQuark()</A></B>,"<A HREF="looking-up.html">Looking Up Resources</A>".<HR><ADDRESS><A HREF="http://tronche.com/">Christophe Tronche</A>, <A HREF="mailto:ch.tronche@computer.org">ch.tronche@computer.org</A></ADDRESS></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -