LUID AND ATTRIBUTES: Unterschied zwischen den Versionen
Aus API-Wiki
Zeile 1: | Zeile 1: | ||
− | < | + | <syntaxhighlight lang="vb"> |
Type LUID_AND_ATTRIBUTES | Type LUID_AND_ATTRIBUTES | ||
pLuid As LUID | pLuid As LUID | ||
Attributes As Long | Attributes As Long | ||
End Type | End Type | ||
− | </ | + | </syntaxhighlight> |
[[Kategorie:Type]] | [[Kategorie:Type]] |
Aktuelle Version vom 7. Oktober 2016, 21:23 Uhr
Type LUID_AND_ATTRIBUTES
pLuid As LUID
Attributes As Long
End Type