- Timestamp:
- Jan 8, 2025 4:30:15 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp
r107185 r107540 68 68 , m_lRefCount(0) 69 69 , m_cFormats(0) 70 , m_pFormatEtc(NULL) 71 , m_pStgMedium/(NULL) 70 72 , m_pTransfer(NULL) 71 73 , m_pStream(NULL) … … 73 75 , m_EventListComplete(NIL_RTSEMEVENT) 74 76 , m_EventStatusChanged(NIL_RTSEMEVENT) 77 , m_cfFileDescriptorA(0) 78 , m_cfFileDescriptorW(0) 79 , m_cfFileContents(0) 80 , m_cfPerformedDropEffect(0) 75 81 { 76 82 #ifdef VBOX_SHARED_CLIPBOARD_DEBUG_OBJECT_COUNTS
Note:
See TracChangeset
for help on using the changeset viewer.