Lines Matching refs:DECLCALLBACK

105     static DECLCALLBACK(enum rfbNewClientAction) rfbNewClientEvent(rfbClientPtr cl);
106 static DECLCALLBACK(void) vncMouseEvent(int buttonMask, int x, int y, rfbClientPtr cl);
124 static DECLCALLBACK(void) VRDEDestroy(HVRDESERVER hServer);
125 static DECLCALLBACK(int) VRDEEnableConnections(HVRDESERVER hServer, bool fEnable);
126 static DECLCALLBACK(void) VRDEDisconnect(HVRDESERVER hServer, uint32_t u32ClientId, bool fReconnect);
127 static DECLCALLBACK(void) VRDEResize(HVRDESERVER hServer);
128 static DECLCALLBACK(void) VRDEUpdate(HVRDESERVER hServer, unsigned uScreenId, void *pvUpdate,uint32_t cbUpdate);
129 static DECLCALLBACK(void) VRDEColorPointer(HVRDESERVER hServer, const VRDECOLORPOINTER *pPointer);
130 static DECLCALLBACK(void) VRDEHidePointer(HVRDESERVER hServer);
131 static DECLCALLBACK(void) VRDEAudioSamples(HVRDESERVER hServer, const void *pvSamples, uint32_t cSamples, VRDEAUDIOFORMAT format);
132 static DECLCALLBACK(void) VRDEAudioVolume(HVRDESERVER hServer, uint16_t u16Left, uint16_t u16Right);
133 static DECLCALLBACK(void) VRDEUSBRequest(HVRDESERVER hServer,
137 static DECLCALLBACK(void) VRDEClipboard(HVRDESERVER hServer,
143 static DECLCALLBACK(void) VRDEQueryInfo(HVRDESERVER hServer,
148 static DECLCALLBACK(void) VRDERedirect(HVRDESERVER hServer,
156 static DECLCALLBACK(void) VRDEAudioInOpen(HVRDESERVER hServer,
161 static DECLCALLBACK(void) VRDEAudioInClose(HVRDESERVER hServer,
191 DECLCALLBACK(void) VNCServerImpl::VRDEDestroy(HVRDESERVER hServer)
253 DECLCALLBACK(int) VNCServerImpl::VRDEEnableConnections(HVRDESERVER hServer, bool fEnable)
696 DECLCALLBACK(void) VNCServerImpl::VRDEDisconnect(HVRDESERVER hServer, uint32_t u32ClientId,
726 DECLCALLBACK(void) VNCServerImpl::VRDEResize(HVRDESERVER hServer)
784 DECLCALLBACK(void) VNCServerImpl::VRDEUpdate(HVRDESERVER hServer, unsigned uScreenId,
871 DECLCALLBACK(void) VNCServerImpl::VRDEColorPointer(HVRDESERVER hServer,
925 DECLCALLBACK(void) VNCServerImpl::VRDEHidePointer(HVRDESERVER hServer)
943 DECLCALLBACK(void) VNCServerImpl::VRDEAudioSamples(HVRDESERVER hServer,
959 DECLCALLBACK(void) VNCServerImpl::VRDEAudioVolume(HVRDESERVER hServer,
978 DECLCALLBACK(void) VNCServerImpl::VRDEUSBRequest(HVRDESERVER hServer,
1001 DECLCALLBACK(void) VNCServerImpl::VRDEClipboard(HVRDESERVER hServer,
1023 DECLCALLBACK(void) VNCServerImpl::VRDEQueryInfo(HVRDESERVER hServer,
1066 DECLCALLBACK(void) VNCServerImpl::VRDERedirect(HVRDESERVER hServer,
1088 DECLCALLBACK(void) VNCServerImpl::VRDEAudioInOpen(HVRDESERVER hServer,
1104 DECLCALLBACK(void) VNCServerImpl::VRDEAudioInClose(HVRDESERVER hServer,