|
|
@ -24,6 +24,10 @@
|
|
|
|
#if !defined(XRDPAPI_H_)
|
|
|
|
#if !defined(XRDPAPI_H_)
|
|
|
|
#define XRDPAPI_H_
|
|
|
|
#define XRDPAPI_H_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#define WTS_CURRENT_SERVER_HANDLE 0
|
|
|
|
#define WTS_CURRENT_SERVER_HANDLE 0
|
|
|
|
#define WTS_CURRENT_SESSION 0xffffffff
|
|
|
|
#define WTS_CURRENT_SESSION 0xffffffff
|
|
|
|
|
|
|
|
|
|
|
@ -59,4 +63,8 @@ WTSVirtualChannelQuery(void* hChannelHandle, WTS_VIRTUAL_CLASS WtsVirtualClass,
|
|
|
|
void
|
|
|
|
void
|
|
|
|
WTSFreeMemory(void* pMemory);
|
|
|
|
WTSFreeMemory(void* pMemory);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* XRDPAPI_H_ */
|
|
|
|
#endif /* XRDPAPI_H_ */
|
|
|
|