プロセス間通信としてSendMessageを使用する場合、 SendMessageの呼び出し側はある1つの問題を抱えることになります。 それは、メッセージを受信したプロセスがそのメッセージの処理を終えない限り、 送信側プロセスのSendMessageも制御を返さないという点です。 たとえば、SendMessageを次のように実行したとします。 SendMessage(hwndTarget, WM_APP, 0, 0); hwndTargetは別プロセス(または別スレッド)のウインドウハンドルとします。 そして、受信側プロセスはWM_APPを次のように処理したとします。 case WM_APP: // 5秒ほど掛かる処理を行う return 0; この場合、SendMessageが制御を返すのは受信先がWM_APPを処理してからになりますから、 少なくとも送信元プロセスは5秒以上待機しなくて
This article explains about the components of printing architecture. Introduction The Printing Architecture is one of the major components from Windows architecture. It consists of a print spooler and a set of printer drivers. The applications can create print jobs and send them to the printers by calling device-independent Win32 printing and GDI functions. Printer drivers include a user interface
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く