Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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)

See also

FILE_ID_DESCRIPTOR

FILE_ID_EXTD_DIR_INFO

FILE_ID_INFO

File Management Structures


Feedback

Was this page helpful?

Additional resources