cambalinho 125 Practically a Posting Shark

using the WM_KEYUP message: how can i combine the keys?

if(wParam== VK_CONTROL & 'a') MessageBox(NULL,"hi", "hi",MB_OK);

if i click on control key, the message is showed.... but my combination key is ctrl+a.... so how can i combine the keys? :(