Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created June 30, 2014 19:44
Show Gist options
  • Save jerstlouis/78ccf1e53ff139d6e91d to your computer and use it in GitHub Desktop.
Save jerstlouis/78ccf1e53ff139d6e91d to your computer and use it in GitHub Desktop.
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