UserDataBufferUnprotectResult 类

定义

包含取消保护缓冲区的结果状态,如果成功,则包含未受保护的缓冲区的结果状态。

public ref class UserDataBufferUnprotectResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class UserDataBufferUnprotectResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class UserDataBufferUnprotectResult
Public NotInheritable Class UserDataBufferUnprotectResult
继承
Object Platform::Object IInspectable UserDataBufferUnprotectResult
属性

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

属性

Status

取消保护缓冲区的结果状态。

UnprotectedBuffer

如果取消保护调用成功,则复制未受保护的缓冲区。

适用于