MCPcopy Create free account
hub / github.com/boostorg/filesystem / file_basic_info

Class file_basic_info

src/operations.cpp:1257–1264  ·  view source on GitHub ↗

FILE_BASIC_INFO definition from Windows SDK

Source from the content-addressed store, hash-verified

1255
1256//! FILE_BASIC_INFO definition from Windows SDK
1257struct file_basic_info
1258{
1259 LARGE_INTEGER CreationTime;
1260 LARGE_INTEGER LastAccessTime;
1261 LARGE_INTEGER LastWriteTime;
1262 LARGE_INTEGER ChangeTime;
1263 DWORD FileAttributes;
1264};
1265
1266//! FILE_DISPOSITION_INFO definition from Windows SDK
1267struct file_disposition_info

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected