WDF_COMMON_BUFFER_CONFIG_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfcommonbuffer.h

VOID WDF_COMMON_BUFFER_CONFIG_INIT(
  [out] PWDF_COMMON_BUFFER_CONFIG Config,
  [in]  ULONG                     AlignmentRequirement
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfcommonbuffer-wdf_common_buffer_config_init)

WDF_COMMON_BUFFER_CONFIG_INIT function

Description

[Applies to KMDF only]

The WDF_COMMON_BUFFER_CONFIG_INIT function initializes a WDF_COMMON_BUFFER_CONFIG structure.

Parameters

Config [out]

A pointer to a WDF_COMMON_BUFFER_CONFIG structure.

AlignmentRequirement [in]

A value for the AlignmentRequirement member of the WDF_COMMON_BUFFER_CONFIG structure. This value specifies the alignment requirement for the common buffer that the structure describes.

Remarks

The WDF_COMMON_BUFFER_CONFIG_INIT function zeros the specified WDF_COMMON_BUFFER_CONFIG structure and sets the structure's AlignmentRequirement member to the specified value.

See also

WDF_COMMON_BUFFER_CONFIG