Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |