tnerror.h

来自「winNT技术操作系统,国外开放的原代码和LIUX一样」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef __TNERROR_H
#define __TNERROR_H

#ifndef __WINDOWS_H
#include <windows.h>
#endif

#include "tnmsg.h"

extern int Telnet_Redir;

int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);
void LogErrorConsole(LPTSTR szError);
int printit(const char * it);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?