tssqsec.h

来自「c语言编程软件vc6.0中文绿色版_vc6.0官方下载」· C头文件 代码 · 共 25 行

H
25
字号
//
// Copyright (C) Microsoft Corporation, 1997.  All rights reserved.
//

// TSSQSEC.h : main header file for the TSSQSEC DLL
//

#ifndef TSSQSEC_H
#define TSSQSEC_H

#ifdef __cplusplus
extern "C"
{
#endif

SCODE WINAPI Login(HANDLE *phUser, LPCTSTR UserName, LPCTSTR Password);
SCODE WINAPI IsPermitted(HANDLE hUser, long Channel, long TuningSpace, DATE Time, DATE *StopTime);
SCODE WINAPI Logout(HANDLE hUser);

#ifdef __cplusplus
}
#endif

#endif // TSSQSEC_H

⌨️ 快捷键说明

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