FreeRDP
Loading...
Searching...
No Matches
IWTSPlugin Struct Reference

Data Fields

WINPR_ATTR_NODISCARD UINT(* Initialize )(IWTSPlugin *pPlugin, IWTSVirtualChannelManager *pChannelMgr)
 
WINPR_ATTR_NODISCARD UINT(* Connected )(IWTSPlugin *pPlugin)
 
WINPR_ATTR_NODISCARD UINT(* Disconnected )(IWTSPlugin *pPlugin, DWORD dwDisconnectCode)
 
WINPR_ATTR_NODISCARD UINT(* Terminated )(IWTSPlugin *pPlugin)
 
WINPR_ATTR_NODISCARD UINT(* Attached )(IWTSPlugin *pPlugin)
 
WINPR_ATTR_NODISCARD UINT(* Detached )(IWTSPlugin *pPlugin)
 
void * pInterface
 

Detailed Description

Definition at line 107 of file dvc.h.

Field Documentation

◆ Attached

WINPR_ATTR_NODISCARD UINT(* IWTSPlugin::Attached) (IWTSPlugin *pPlugin)

Definition at line 123 of file dvc.h.

◆ Connected

WINPR_ATTR_NODISCARD UINT(* IWTSPlugin::Connected) (IWTSPlugin *pPlugin)

Definition at line 115 of file dvc.h.

◆ Detached

WINPR_ATTR_NODISCARD UINT(* IWTSPlugin::Detached) (IWTSPlugin *pPlugin)

Definition at line 125 of file dvc.h.

◆ Disconnected

WINPR_ATTR_NODISCARD UINT(* IWTSPlugin::Disconnected) (IWTSPlugin *pPlugin, DWORD dwDisconnectCode)

Definition at line 118 of file dvc.h.

◆ Initialize

WINPR_ATTR_NODISCARD UINT(* IWTSPlugin::Initialize) (IWTSPlugin *pPlugin, IWTSVirtualChannelManager *pChannelMgr)

Definition at line 110 of file dvc.h.

◆ pInterface

void* IWTSPlugin::pInterface

Definition at line 129 of file dvc.h.

◆ Terminated

WINPR_ATTR_NODISCARD UINT(* IWTSPlugin::Terminated) (IWTSPlugin *pPlugin)

Definition at line 121 of file dvc.h.


The documentation for this struct was generated from the following file: