ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <clipboard.h>
Public Attributes | |
UINT | fmt |
HANDLE | hData |
BOOL | fGlobalHandle |
Definition at line 3 of file clipboard.h.
BOOL _CLIP::fGlobalHandle |
Definition at line 7 of file clipboard.h.
Referenced by IntAddFormatedData(), IntFreeElementData(), IntSynthesizeBitmap(), and NtUserGetClipboardData().
UINT _CLIP::fmt |
Definition at line 5 of file clipboard.h.
Referenced by IntAddFormatedData(), IntFreeElementData(), IntGetFormatElement(), NtUserGetClipboardData(), and UserEnumClipboardFormats().
HANDLE _CLIP::hData |
Definition at line 6 of file clipboard.h.
Referenced by IntAddFormatedData(), IntFreeElementData(), IntSynthesizeBitmap(), and NtUserGetClipboardData().