Commit fb56afae authored by Arkadiusz Hiler's avatar Arkadiusz Hiler Committed by Alexandre Julliard

include: Add DIPROPPOINTER definition.

parent 542f6134
...@@ -876,6 +876,12 @@ typedef struct DIPROPSTRING { ...@@ -876,6 +876,12 @@ typedef struct DIPROPSTRING {
} DIPROPSTRING, *LPDIPROPSTRING; } DIPROPSTRING, *LPDIPROPSTRING;
typedef const DIPROPSTRING *LPCDIPROPSTRING; typedef const DIPROPSTRING *LPCDIPROPSTRING;
typedef struct DIPROPPOINTER {
DIPROPHEADER diph;
UINT_PTR uData;
} DIPROPPOINTER, *LPDIPROPPOINTER;
typedef const DIPROPPOINTER *LPCDIPROPPOINTER;
/* special property GUIDs */ /* special property GUIDs */
#ifdef __cplusplus #ifdef __cplusplus
#define MAKEDIPROP(prop) (*(const GUID *)(prop)) #define MAKEDIPROP(prop) (*(const GUID *)(prop))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment