mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
launcher: named pipe implementation
This commit is contained in:
@ -25,5 +25,12 @@
|
||||
#define PIPE_SRVBUF_SIZE 1024
|
||||
#define PIPE_CLIBUF_SIZE 1024
|
||||
|
||||
enum
|
||||
{
|
||||
LauncherSvcInstanceStart = 'S',
|
||||
LauncherSvcInstanceStop = 'T',
|
||||
LauncherSvcInstanceList = 'L',
|
||||
LauncherSvcInstanceInfo = 'I',
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user