Created
June 30, 2014 19:44
-
-
Save jerstlouis/78ccf1e53ff139d6e91d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef struct _userSTGMEDIUM | |
{ | |
struct | |
{ | |
DWORD tymed; | |
union | |
{ | |
wireHMETAFILEPICT hMetaFilePict; | |
wireHENHMETAFILE hHEnhMetaFile; | |
GDI_OBJECT * hGdiHandle; | |
wireHGLOBAL hGlobal; | |
LPOLESTR lpszFileName; | |
BYTE_BLOB * pstm; | |
BYTE_BLOB * pstg; | |
} __attribute__ ((gcc_struct)) u; | |
} __attribute__ ((gcc_struct)); | |
IUnknown * pUnkForRelease; | |
} __attribute__ ((gcc_struct)) userSTGMEDIUM; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment