Cbmonitor Errors
The class uses
Windows error codes during operation as necessary. Please refer to the
Error Reporting and Handling topic for more information.
Special Use Errors
| |
| 21 ERROR_NOT_READY: Reported by the methods of the class if Initialize has not been called or did not succeed. |
| 575 ERROR_APP_INIT_FAILURE: Reported by the methods of the class if Initialize has not been called or did not succeed. Differs from ERROR_NOT_READY (21) in that it indicates a specific situation in the internal code. |
| 588 ERROR_FS_DRIVER_REQUIRED: Reported if the required system module was not correctly installed for the given ProductGUID. |
| 614 ERROR_NO_CALLBACK_ACTIVE: Reported by any method that can only be called within event handlers if it is called outside an event handler. |
| 1292 ERROR_IMPLEMENTATION_LIMIT: Reported when the timeout value provided is less than 3 seconds. |
| 1314 ERROR_PRIVILEGE_NOT_HELD: Reported by any method that requires elevated permissions if it is called without such permissions. |