Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
289 B

  1. /*
  2. * init.h - DLL startup routines module description.
  3. */
  4. /* Prototypes
  5. *************/
  6. /* functions to be provided by client */
  7. extern BOOL AttachProcess(HANDLE);
  8. extern BOOL DetachProcess(HANDLE);
  9. extern BOOL AttachThread(HANDLE);
  10. extern BOOL DetachThread(HANDLE);