Searched refs:mcFormats (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxDnDDataObject.cpp | 47 mcFormats(0), 108 mcFormats = cFormats; 205 if (lIndex >= mcFormats) /* Paranoia. */ 442 LogFlowFunc(("dwDirection=%RI32, mcFormats=%RI32, mpFormatEtc=%p\n", 443 dwDirection, mcFormats, mpFormatEtc)); 448 hr = VBoxDnDEnumFormatEtc::CreateEnumFormatEtc(mcFormats, mpFormatEtc, ppEnumFormatEtc); 571 for (ULONG i = 0; i < mcFormats; i++)
|
H A D | VBoxDnD.h | 90 ULONG mcFormats; member in class:VBoxDnDDataObject
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIDnDDataObject_win.h | 94 ULONG mcFormats; member in class:UIDnDDataObject
|
H A D | UIDnDDataObject_win.cpp | 50 mcFormats(0), 135 mcFormats = cRegisteredFormats; 217 if (lIndex >= mcFormats) /* Paranoia. */ 521 LogFlowFunc(("dwDirection=%RI32, mcFormats=%RI32, mpFormatEtc=%p\n", 522 dwDirection, mcFormats, mpFormatEtc)); 527 hr = UIDnDEnumFormatEtc::CreateEnumFormatEtc(mcFormats, mpFormatEtc, ppEnumFormatEtc); 648 for (ULONG i = 0; i < mcFormats; i++)
|
Completed in 100 milliseconds