COleControlContainer::HandleWindowlessMessage

Processes window messages for windowless controls.

virtual BOOL HandleWindowlessMessage(
   UINT message,
   WPARAM wParam,
   LPARAM lParam,
   LRESULT* plResult 
);

Parameters

  • message
    The identifier for the window message, provided by Windows.

  • wParam
    Parameter of the message; provided by Windows. Specifies additional message-specific information. The contents of this parameter depend on the value of the message parameter.

  • lParam
    Parameter of the message; provided by Windows. Specifies additional message-specific information. The contents of this parameter depend on the value of the message parameter.

  • plResult
    Windows result code. Specifies the result of the message processing and depends on the message sent.

Return Value

Nonzero if successful; otherwise zero.

Remarks

Override this function to customize the handling of windowless control messages.

Requirements

Header: afxocc.h

See Also

Reference

COleControlContainer Class

Hierarchy Chart

Other Resources

COleControlContainer Members