Lines Matching defs:IVRDPServer

937 struct IVRDPServer;
987 typedef struct IVRDPServer IVRDPServer;
2706 nsresult (*GetVRDPServer)(IMachine *pThis, IVRDPServer * *VRDPServer);
5007 /* Start of struct IVRDPServer Declaration */
5017 nsresult (*GetEnabled)(IVRDPServer *pThis, PRBool *enabled);
5018 nsresult (*SetEnabled)(IVRDPServer *pThis, PRBool enabled);
5020 nsresult (*GetPorts)(IVRDPServer *pThis, PRUnichar * *ports);
5021 nsresult (*SetPorts)(IVRDPServer *pThis, PRUnichar * ports);
5023 nsresult (*GetNetAddress)(IVRDPServer *pThis, PRUnichar * *netAddress);
5024 nsresult (*SetNetAddress)(IVRDPServer *pThis, PRUnichar * netAddress);
5026 nsresult (*GetAuthType)(IVRDPServer *pThis, PRUint32 *authType);
5027 nsresult (*SetAuthType)(IVRDPServer *pThis, PRUint32 authType);
5029 nsresult (*GetAuthTimeout)(IVRDPServer *pThis, PRUint32 *authTimeout);
5030 nsresult (*SetAuthTimeout)(IVRDPServer *pThis, PRUint32 authTimeout);
5032 nsresult (*GetAllowMultiConnection)(IVRDPServer *pThis, PRBool *allowMultiConnection);
5033 nsresult (*SetAllowMultiConnection)(IVRDPServer *pThis, PRBool allowMultiConnection);
5035 nsresult (*GetReuseSingleConnection)(IVRDPServer *pThis, PRBool *reuseSingleConnection);
5036 nsresult (*SetReuseSingleConnection)(IVRDPServer *pThis, PRBool reuseSingleConnection);
5038 nsresult (*GetVideoChannel)(IVRDPServer *pThis, PRBool *videoChannel);
5039 nsresult (*SetVideoChannel)(IVRDPServer *pThis, PRBool videoChannel);
5041 nsresult (*GetVideoChannelQuality)(IVRDPServer *pThis, PRUint32 *videoChannelQuality);
5042 nsresult (*SetVideoChannelQuality)(IVRDPServer *pThis, PRUint32 videoChannelQuality);
5046 struct IVRDPServer
5050 /* End of struct IVRDPServer Declaration */