fsp_srv: Various improvements to IStorage:Read implementation.
This commit is contained in:
parent
d9a91d7678
commit
8e50d6002b
5 changed files with 79 additions and 48 deletions
|
@ -19,6 +19,8 @@
|
|||
enum class ErrorDescription : u32 {
|
||||
Success = 0,
|
||||
RemoteProcessDead = 301,
|
||||
InvalidOffset = 6061,
|
||||
InvalidLength = 6062,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue