Struct MswUtils.NativeMethods.WindowCompositionAttributeData
Represents data used with SetWindowCompositionAttribute(nint, ref WindowCompositionAttributeData) to set a specific window composition attribute.
public readonly struct MswUtils.NativeMethods.WindowCompositionAttributeData
Remarks
The attribute field specifies which composition attribute is being set. The data field is a pointer to the attribute value, and size is the size, in bytes, of that value. This structure should be marshaled exactly as defined when passed to native APIs.
Constructors
- WindowCompositionAttributeData(WindowCompositionAttribute, nint, int)
Initializes a new instance of the MswUtils.NativeMethods.WindowCompositionAttributeData structure.
Fields
- attribute
The composition attribute to get or set.