added everything
This commit is contained in:
30
lib/MSPlatformSDK/Include/Dde.rh
Executable file
30
lib/MSPlatformSDK/Include/Dde.rh
Executable file
@@ -0,0 +1,30 @@
|
||||
/*++ BUILD Version: 0000 Increment this if a change has global effects
|
||||
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
Module Name:
|
||||
|
||||
dde.rh
|
||||
|
||||
Abstract:
|
||||
|
||||
This module defines the 32-Bit Windows resource codes from dde.h.
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
|
||||
/* DDE window messages */
|
||||
|
||||
#define WM_DDE_FIRST 0x03E0
|
||||
#define WM_DDE_INITIATE (WM_DDE_FIRST)
|
||||
#define WM_DDE_TERMINATE (WM_DDE_FIRST+1)
|
||||
#define WM_DDE_ADVISE (WM_DDE_FIRST+2)
|
||||
#define WM_DDE_UNADVISE (WM_DDE_FIRST+3)
|
||||
#define WM_DDE_ACK (WM_DDE_FIRST+4)
|
||||
#define WM_DDE_DATA (WM_DDE_FIRST+5)
|
||||
#define WM_DDE_REQUEST (WM_DDE_FIRST+6)
|
||||
#define WM_DDE_POKE (WM_DDE_FIRST+7)
|
||||
#define WM_DDE_EXECUTE (WM_DDE_FIRST+8)
|
||||
#define WM_DDE_LAST (WM_DDE_FIRST+8)
|
||||
|
||||
Reference in New Issue
Block a user