Edit

DlpSerializedBuffer structure

Structure used to pass out a dynamically allocated string from an EndpointDlp API.

Syntax

    struct DlpSerializedBuffer
    {
        uint32_t bufferSize;
        _Field_z_ const WCHAR* buffer;
    };

Members

bufferSize [out]

The size of the string in buffer (excluding the null terminator).

buffer [out]

A NULL terminated string.

Remarks

Must be released using DlpReleaseBuffer.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (Build 26100)
DLL EndpointDlp.dll