mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
feat(dvc): add CreationStatus::NOT_FOUND
For completeness, this error is used by FreeRDP. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
265b661b81
commit
ab8a87d942
@@ -538,6 +538,7 @@ pub struct CreationStatus(u32);
|
||||
|
||||
impl CreationStatus {
|
||||
pub const OK: Self = Self(0x00000000);
|
||||
pub const NOT_FOUND: Self = Self(0xC0000225);
|
||||
pub const NO_LISTENER: Self = Self(0xC0000001);
|
||||
|
||||
fn encode(&self, dst: &mut WriteCursor<'_>) -> EncodeResult<()> {
|
||||
|
||||
Reference in New Issue
Block a user