Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FILE_ID_128 structure

Defines a 128-bit file identifier.

Syntax


typedef struct _EXT_FILE_ID_128 {
  BYTE Identifier[16];
} EXT_FILE_ID_128, *PEXT_FILE_ID_128;

Members

Identifier

A byte array containing the 128 bit identifier.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

WinBase.h (include Windows.h)

See also

File Management Structures
FILE_ID_DESCRIPTOR
FILE_ID_EXTD_DIR_INFO
FILE_ID_INFO

 

 

Show:
© 2017 Microsoft