示例#1
0
文件: rdp.c 项目: z0x010/rdesktop
/* Called during redirection to reset the state to support redirection */
void
rdp_reset_state(void)
{
    g_next_packet = NULL;	/* reset the packet information */
    g_rdp_shareid = 0;
    sec_reset_state();
}
示例#2
0
文件: rdp.c 项目: hoangduit/reactos
/* Called during redirection to reset the state to support redirection */
void
rdp_reset_state(RDPCLIENT * This)
{
	This->next_packet = NULL;	/* reset the packet information */
	This->rdp_shareid = 0;
	sec_reset_state(This);
}