// 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
No description available.
[Applies to KMDF only]
The WDF_COMMON_BUFFER_CONFIG_INIT function initializes a WDF_COMMON_BUFFER_CONFIG structure.
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.
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.