service.h

来自「可以实现对邮件的加密解密以及签名」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef _SERVICE_H
#define _SERVICE_H

#ifdef __cplusplus
extern "C" {
#endif

void pgpRPCServiceRun();
void pgpRPCServiceStop();
void SetStatus(DWORD);
void LogEvent(LPTSTR lpszMsg);
void LogTypeEvent(int evtype, LPTSTR lpszMsg);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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