Pass a process a channel endpoint on startup that it will use to get it's initial capabilities.
8 lines
156 B
C
8 lines
156 B
C
#pragma once
|
|
|
|
#define Z_OK 0x0
|
|
#define ZE_NOT_FOUND 0x1
|
|
#define ZE_INVALID 0x2
|
|
#define ZE_DENIED 0x4
|
|
#define ZE_UNIMPLEMENTED 0x8
|
|
#define ZE_BUFF_SIZE 0x10
|