Note

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

Access to this page requires authorization. You can try .

EXTENDED_CREATE_INFORMATION_32 structure (wdm.h)

Describes the 32-bit version of the EXTENDED_CREATE_INFORMATION structure.

Syntax

typedef struct _EXTENDED_CREATE_INFORMATION_32 {
 LONGLONG ExtendedCreateFlags;
 void POINTER_32 *EaBuffer;
 ULONG EaLength;
 PEXTENDED_CREATE_DUAL_OPLOCK_KEYS POINTER_32 DualOplockKeys;
} EXTENDED_CREATE_INFORMATION_32, *PEXTENDED_CREATE_INFORMATION_32;

Members

ExtendedCreateFlags

Defines the LONGLONG member ExtendedCreateFlags.

EaBuffer

Defines the void* POINTER_32 member EaBuffer.

EaLength

Defines the ULONG member EaLength.

DualOplockKeys

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header wdm.h (include Wdm.h)

Feedback

Was this page helpful?

Additional resources