SubclassMsg

This function sends the specified message to the specified window using a different class handler than the one specified in the LHWINDOW structure.

    PLHCLASS Class      Specific class handler to be used. 
    PLHWINDOW Window    Specific window to receive message.
    UINT Message        Message to be sent.  
    UINT Data           Optional component of message.
    UINT Extra          Optional component of message.
Any other value indicates an error condition.