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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp196 WCHAR wszCfName[128]; /* 128 chars should be enough, rest will be truncated. */ local
197 hr2 = GetClipboardFormatNameW(curFormatEtc.cfFormat, wszCfName,
198 sizeof(wszCfName) / sizeof(WCHAR));
204 wszCfName, hr2));

Completed in 32 milliseconds