22#ifndef FREERDP_CHANNEL_DRDYNVC_SERVER_DRDYNVC_H 
   23#define FREERDP_CHANNEL_DRDYNVC_SERVER_DRDYNVC_H 
   25#include <freerdp/api.h> 
   26#include <freerdp/types.h> 
   27#include <freerdp/channels/wtsvc.h> 
   41  typedef UINT (*psDrdynvcStart)(DrdynvcServerContext* context);
 
   42  typedef UINT (*psDrdynvcStop)(DrdynvcServerContext* context);
 
   51    DrdynvcServerPrivate* priv;
 
 
   54  FREERDP_API 
void drdynvc_server_context_free(DrdynvcServerContext* context);
 
   56  WINPR_ATTR_MALLOC(drdynvc_server_context_free, 1)
 
   57  FREERDP_API DrdynvcServerContext* drdynvc_server_context_new(HANDLE vcm);