message_loop()
Translates and dispatches Windows message.
/* * call-seq: * WIN32OLE_EVENT.message_loop * * Translates and dispatches Windows message. */ static VALUE fev_s_msg_loop(klass) VALUE klass; { ole_msg_loop(); return Qnil; }