FILE_ID_128 structure (winnt.h)
Defines a 128-bit file identifier.
Syntax
typedef struct _FILE_ID_128 {
BYTE Identifier[16];
} FILE_ID_128, *PFILE_ID_128;
Members
Identifier[16]
A byte array containing the 128 bit identifier.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | winnt.h (include Windows.h) |