UserDataBufferUnprotectResult.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result status of unprotecting a buffer.
public:
property UserDataBufferUnprotectStatus Status { UserDataBufferUnprotectStatus get(); };
UserDataBufferUnprotectStatus Status();
public UserDataBufferUnprotectStatus Status { get; }
var userDataBufferUnprotectStatus = userDataBufferUnprotectResult.status;
Public ReadOnly Property Status As UserDataBufferUnprotectStatus
Property Value
A value of the UserDataBufferUnprotectStatus enumeration.