Exemplo n.º 1
0
static VOID s_vSetKey (DWORD dwK0, DWORD dwK1)
{
    
    K0 = dwK0;
    K1 = dwK1;
    
    s_vClear();
}
Exemplo n.º 2
0
static VOID s_vSetKey (DWORD dwK0, DWORD dwK1)
{
    // Set the key
    K0 = dwK0;
    K1 = dwK1;
    // and reset the message
    s_vClear();
}
Exemplo n.º 3
0
static void s_vSetKey(DWORD dwK0, DWORD dwK1)
{
	/* Set the key */
	K0 = dwK0;
	K1 = dwK1;
	/* and reset the message */
	s_vClear();
}