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;
} 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.

Requirements

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