SystemTimeToFileTime: Unterschied zwischen den Versionen
Aus API-Wiki
Zeile 2: | Zeile 2: | ||
lpSystemTime As [[SYSTEMTIME]], _ | lpSystemTime As [[SYSTEMTIME]], _ | ||
lpFileTime As [[FILETIME]]) As Long | lpFileTime As [[FILETIME]]) As Long | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | {{Benutzer:Bernhard Döbler/Vorlage:RetValTrueFalse}} | ||
+ | |||
===Siehe auch=== | ===Siehe auch=== |
Version vom 26. Februar 2007, 14:43 Uhr
Public Declare Function SystemTimeToFileTime Lib "kernel32" (_ lpSystemTime As SYSTEMTIME, _ lpFileTime As FILETIME) As Long
Benutzer:Bernhard Döbler/Vorlage:RetValTrueFalse