Download Source Code

CMessageList::CMsgTarget Struct Reference

Contains information about a single Windows messaging callback target. More...

#include <MessageList.h>

List of all members.

Public Member Functions

 CMsgTarget ()
 Default constructor.
 CMsgTarget (HWND h, UINT u, BOOL p, const GUID *pguid=NULL)

Public Attributes

HWND hWnd
 Window handle.
UINT uMsg
 Callback message ID.
BOOL bPost
 Non-zero to post messages.
GUID guid
 Filter GUID.


Detailed Description

Contains information about a single Windows messaging callback target.

See CMessageList


Constructor & Destructor Documentation

CMessageList::CMsgTarget::CMsgTarget HWND  h,
UINT  u,
BOOL  p,
const GUID *  pguid = NULL
[inline]
 

Parameters:
[in] h - Handle to window
[in] u - Callback message id
[in] p - Non-zero to post messages
[in] pguid - Filter GUID


The documentation for this struct was generated from the following file:
  • inc/MessageList.h
Copyright Robert Umbehant
This documentation is covered by the LGPL