www.pudn.com > PropertyListCtrl_demo.zip > UserMessageID.h


#if !defined(_USERMESSAGEID_H) 
#define _USERMESSAGEID_H 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// UserMessageID.h : header file 
// 
///////////////////////////////////////////////////////////////////////////// 
// 
// Copyright © 1999, Stefan Belopotocan, http://welcome.to/StefanBelopotocan 
// 
///////////////////////////////////////////////////////////////////////////// 
 
 
#define WM_USER_SET_DATA				(WM_USER + 3) 
#define WM_USER_ON_SELECTION_CANCEL		(WM_USER + 4) 
#define WM_USER_ON_SELECTION_OK			(WM_USER + 5) 
#define WM_USER_ON_NEW_SELECTION		(WM_USER + 6) 
 
#endif // !defined(_USERMESSAGEID_H)