Files
WindowsXP/shell/ext/brfcase/filesync/core/init.h
2025-04-27 07:49:33 -04:00

16 lines
289 B
C

/*
* init.h - DLL startup routines module description.
*/
/* Prototypes
*************/
/* functions to be provided by client */
extern BOOL AttachProcess(HANDLE);
extern BOOL DetachProcess(HANDLE);
extern BOOL AttachThread(HANDLE);
extern BOOL DetachThread(HANDLE);