ReactOS 0.4.16-dev-250-g3ecd236
|
#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().