Pointapi: Unterschied zwischen den Versionen
Aus API-Wiki
(Die Seite wurde neu angelegt: <code vb> Type POINTAPI x As Long y As Long End Type </code> Kategorie:Type) |
K |
||
Zeile 1: | Zeile 1: | ||
<code vb> | <code vb> | ||
Type POINTAPI | Type POINTAPI | ||
− | + | x As Long | |
− | + | y As Long | |
End Type | End Type | ||
</code> | </code> | ||
[[Kategorie:Type]] | [[Kategorie:Type]] |
Version vom 14. Mai 2008, 13:52 Uhr
Type POINTAPI
x As Long y As Long
End Type