Home Understanding

Tag: Understanding

Post
Understanding the rationale behind a rule when trying to circumvent

Understanding the rationale behind a rule when trying to circumvent

In the documentation for best practices for implementing process and thread-related callback functions, it calls out Keep routines short and simple. Don’t make calls into a user mode service to validate the process, thread, or image. Don’t make registry calls. Don’t make blocking and/or Interprocess Communication (IPC) function calls. Don’t synchronize with other threads because