source: www/manuals/PHP_manual/function.w32api-deftype.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 3.3 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>w32api_deftype</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="W32api functions"
13HREF="ref.w32api.html"><LINK
14REL="PREVIOUS"
15TITLE="W32api functions"
16HREF="ref.w32api.html"><LINK
17REL="NEXT"
18TITLE="w32api_init_dtype"
19HREF="function.w32api-init-dtype.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="refentry"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="ref.w32api.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.w32api-init-dtype.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="function.w32api-deftype"
75></A
76>w32api_deftype</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN87001"
81></A
82><P
83> (PHP 4 &#62;= 4.2.0)</P
84>w32api_deftype&nbsp;--&nbsp;Defines a type for use with other w32api_functions</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN87004"
89></A
90><H2
91>Description</H2
92>bool <B
93CLASS="methodname"
94>w32api_deftype</B
95> ( string typename, string member1_type, string member1_name [, string ... [, string ...]])<BR
96></BR
97><DIV
98CLASS="warning"
99><P
100></P
101><TABLE
102CLASS="warning"
103BORDER="1"
104WIDTH="100%"
105><TR
106><TD
107ALIGN="CENTER"
108><B
109>Varování</B
110></TD
111></TR
112><TR
113><TD
114ALIGN="LEFT"
115><P
116>Tato funkce je
117<SPAN
118CLASS="emphasis"
119><I
120CLASS="emphasis"
121>EXPERIMENTÁLNÍ</I
122></SPAN
123>. Chování této funkce, její
124název a v¹echno ostatní, co je zde zdokumentováno, se v budoucích verzích
125PHP mù¾e BEZ OHLÁ©ENÍ zmìnit. Berte to v úvahu a pou¾ívejte tuto funkci na
126vlastní nebezpeèí.</P
127></TD
128></TR
129></TABLE
130></DIV
131><P
132>&#13; If you would like to define a type for a w32api call, you need to call
133 <B
134CLASS="function"
135>w32api_deftype()</B
136>. This function takes 2n+1 arguments,
137 where n is the number of members the type has. The first argument is the
138 name of the type. After that is the type of the member followed by the
139 members name (in pairs). A member type can be a user defined type. All
140 the type names are case sensitive. Built in type names should be provided
141 in lowercase.
142 Vrací <TT
143CLASS="constant"
144><B
145>TRUE</B
146></TT
147> pøi úspìchu, <TT
148CLASS="constant"
149><B
150>FALSE</B
151></TT
152> pøi selhání.
153 </P
154></DIV
155><DIV
156CLASS="NAVFOOTER"
157><HR
158ALIGN="LEFT"
159WIDTH="100%"><TABLE
160SUMMARY="Footer navigation table"
161WIDTH="100%"
162BORDER="0"
163CELLPADDING="0"
164CELLSPACING="0"
165><TR
166><TD
167WIDTH="33%"
168ALIGN="left"
169VALIGN="top"
170><A
171HREF="ref.w32api.html"
172ACCESSKEY="P"
173>Pøedcházející</A
174></TD
175><TD
176WIDTH="34%"
177ALIGN="center"
178VALIGN="top"
179><A
180HREF="index.html"
181ACCESSKEY="H"
182>Domù</A
183></TD
184><TD
185WIDTH="33%"
186ALIGN="right"
187VALIGN="top"
188><A
189HREF="function.w32api-init-dtype.html"
190ACCESSKEY="N"
191>Dal¹í</A
192></TD
193></TR
194><TR
195><TD
196WIDTH="33%"
197ALIGN="left"
198VALIGN="top"
199>W32api functions</TD
200><TD
201WIDTH="34%"
202ALIGN="center"
203VALIGN="top"
204><A
205HREF="ref.w32api.html"
206ACCESSKEY="U"
207>Nahoru</A
208></TD
209><TD
210WIDTH="33%"
211ALIGN="right"
212VALIGN="top"
213>w32api_init_dtype</TD
214></TR
215></TABLE
216></DIV
217></BODY
218></HTML
219>
Note: See TracBrowser for help on using the repository browser.