#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