This function dispatches a message to a window procedure. It is typically used to dispatch a message retrieved by the GetMessage function.
@param lpMsg Pointer to an MSG structure that contains the message.
@return The return value specifies the value returned by the windowprocedure. Although its meaning depends on the message being dispatched, the return value generally is ignored.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.