예제 #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);
}