Searched defs:RegisterFormat (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp79 RegisterFormat(&mpFormatEtc[cRegisteredFormats], CF_TEXT);
81 RegisterFormat(&mpFormatEtc[cRegisteredFormats], CF_UNICODETEXT);
83 RegisterFormat(&mpFormatEtc[cRegisteredFormats], CF_HDROP);
91 RegisterFormat(&mpFormatEtc[cRegisteredFormats], CF_TEXT);
93 RegisterFormat(&mpFormatEtc[cRegisteredFormats], CF_UNICODETEXT);
119 RegisterFormat(&mpFormatEtc[cFormats++],
121 RegisterFormat(&mpFormatEtc[cFormats++],
126 RegisterFormat(&mpFormatEtc[cFormats++],
128 RegisterFormat(&mpFormatEtc[cFormats++],
130 RegisterFormat(
692 void UIDnDDataObject::RegisterFormat(FORMATETC *pFormatEtc, CLIPFORMAT clipFormat, function in class:UIDnDDataObject
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp88 RegisterFormat(&mpFormatEtc[cFormats], CF_HDROP);
92 RegisterFormat(&mpFormatEtc[cFormats++],
94 RegisterFormat(&mpFormatEtc[cFormats++],
99 RegisterFormat(&mpFormatEtc[cFormats++],
101 RegisterFormat(&mpFormatEtc[cFormats++],
103 RegisterFormat(&mpFormatEtc[cFormats++],
105 RegisterFormat(&mpFormatEtc[cFormats++],
613 void VBoxDnDDataObject::RegisterFormat(FORMATETC *pFormatEtc, CLIPFORMAT clipFormat, function in class:VBoxDnDDataObject

Completed in 32 milliseconds