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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp831 uint32_t uActionNotify = DND_IGNORE_ACTION; local
845 uActionNotify = startupInfo.pDropSource->GetCurrentAction();
855 rc = VbglR3DnDHGAcknowledgeOperation(mClientID, uActionNotify);
860 LogFlowThisFunc(("Returning uActionNotify=0x%x, rc=%Rrc\n", uActionNotify, rc));

Completed in 65 milliseconds