http://www.microsoft.com/msj/1197/win321197.aspx
같은 thread 내에서 메시지를 보낼 경우
sendMessage는 메시지를 queuing하지 않고 바로 callback함수를 불러 수행한 후 return하고
PostMessage는 메시지를 queuing해두고 바로 return한다.
같은 thread 내에서 메시지를 보낼 경우
sendMessage는 메시지를 queuing하지 않고 바로 callback함수를 불러 수행한 후 return하고
PostMessage는 메시지를 queuing해두고 바로 return한다.