Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SystemTimeToFileTime" in [All]

kernel32

.
Summary
.

static extern bool SystemTimeToFileTime([In] IntPtr lpSystemTime,

.

    SystemTimeToFileTime(pSystemTime, pFileTime);

.
Documentation
[SystemTimeToFileTime] on MSDN

coredll

.

[DllImport("kernel32.dll", EntryPoint = "SystemTimeToFileTime", SetLastError = true)]

.

    public static extern bool SystemTimeToFileTime(ref SYSTEMTIME lpSystemTime, ref FILETIME lpFileTime);

.

Declare Function SystemTimeToFileTime Lib "Coredll.dll" (TODO) As TODO

.

        SystemTimeToFileTime(ref st, out ft);

.
Documentation
[SystemTimeToFileTime] on MSDN

 
Access PInvoke.net directly from VS: