CXFileUniqueID

Uniquely identifies a CXFile, that refers to the same underlying file, across an indexing session.

extern (C) @nogc @trusted nothrow pure
struct CXFileUniqueID {}

Members

Variables

data
ulong[3] data;
Undocumented in source.

Meta