3.2.5.4 Error Codes Returned When an Object Is Invalid
The error codes returned by the server when the object on the server has been released or becomes invalid are contained in the following table. These codes are valid for whatever object is represented by the Server object handle.
Name |
Value |
Meaning |
---|---|---|
ecInvalidObject |
0x80040108 |
Returned when the client attempts to reuse any Server object handle that the server has previously issued a RopRelease ROP on and that hasn't been recycled for a new object. |
ecNullObject |
0x000004B9 |
Returned when the client attempts to use a Server object handle value that was never assigned to an open object. |
ecAccessDenied |
0x80070005 |
Returned when the client attempts to use the Server object handle from a different logon. |