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 "FileTimeToDosDateTime" in [All]

kernel32

.

    private static extern int FileTimeToDosDateTime(ref UInt64 fileTimeInfo, out ushort dateValue, out ushort TimeValue);

.

        result = FileTimeToDosDateTime(ref data, out dateValue, out timeValue);

.
Summary
.

static extern bool FileTimeToDosDateTime([In] ref FILETIME lpFileTime,

.

        FileTimeToDosDateTime(ref ft, out dosDate, out dosTime);

.
Documentation
[FileTimeToDosDateTime] on MSDN

ole32

.

static extern bool CoFileTimeToDosDateTime(

.
Documentation
[CoFileTimeToDosDateTime] on MSDN

 
Access PInvoke.net directly from VS: