Files
mir_server/sdk/srvlib/include/NPComm.h
aixianling 5c9f1dae4a init
2025-01-09 17:45:40 +08:00

17 lines
371 B
C

#ifndef _NPCOMM_H_
#define _NPCOMM_H_
/* 默认命名管道名称 */
#define NP_DEFAULT_PIPENAME TEXT("\\\\.\\pipe\\default")
/* 管道默认输入缓冲大小 */
#define NP_DEFAULT_INBUFSIZE 8192
/* 管道默认输出缓冲大小 */
#define NP_DEFAULT_OUTBUFSIZE 8192
/* 管道默认超时时间 */
#define NP_DEFAULT_TIMEOUT NMPWAIT_USE_DEFAULT_WAIT
#endif