fsp_srv: Various improvements to IStorage:Read implementation.

This commit is contained in:
bunnei 2018-01-20 21:32:36 -05:00
parent d9a91d7678
commit 8e50d6002b
5 changed files with 79 additions and 48 deletions

View file

@ -19,6 +19,8 @@
enum class ErrorDescription : u32 {
Success = 0,
RemoteProcessDead = 301,
InvalidOffset = 6061,
InvalidLength = 6062,
};
/**