This topic has not yet been rated - Rate this topic

EXT_FILE_ID_128 structure

Defines a 128-bit file identifier.

Syntax


typedef struct _EXT_FILE_ID_128 {
  ULONGLONG LowPart;
  ULONGLONG HighPart;
} EXT_FILE_ID_128, *PEXT_FILE_ID_128;

Members

LowPart

The low 64 bits of the identifier.

HighPart

The high 64 bits of the identifier.

Requirements

Minimum supported client

None supported [desktop apps only]

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

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.