Searched refs:pDropFiles (Results 1 – 4 of 4) sorted by relevance
67 DROPFILES *pDropFiles; in RenderHDROP() local112 pDropFiles = GlobalLock(hGlobal); in RenderHDROP()114 pDropFiles->pFiles = offset * sizeof(WCHAR); in RenderHDROP()115 pDropFiles->fWide = TRUE; in RenderHDROP()126 wcscpy(((WCHAR*)pDropFiles)+offset, wszFileName); in RenderHDROP()131 strcpyW(((WCHAR*)pDropFiles)+offset, wszFileName); in RenderHDROP()136 ((WCHAR*)pDropFiles)[offset] = 0; in RenderHDROP()
104 DROPFILES* pDropFiles = (DROPFILES*)pData; in TestHDROP() local105 ok_int(pDropFiles->fWide, TRUE); in TestHDROP()109 SIZE_T offset = pDropFiles->pFiles; in TestHDROP()113 LPCWSTR ptr = (LPCWSTR)(((BYTE*)pDropFiles) + offset); in TestHDROP()
102 DROPFILES* pDropFiles = (DROPFILES*)pData; in TestHDROP() local103 ok_int(pDropFiles->fWide, TRUE); in TestHDROP()107 SIZE_T offset = pDropFiles->pFiles; in TestHDROP()111 LPCWSTR ptr = (LPCWSTR)(((BYTE*)pDropFiles) + offset); in TestHDROP()
99 DROPFILES* pDropFiles = (DROPFILES*)pData; in TestHDROP() local100 ok_int(pDropFiles->fWide, TRUE); in TestHDROP()104 SIZE_T offset = pDropFiles->pFiles; in TestHDROP()108 LPCWSTR ptr = (LPCWSTR)(((BYTE*)pDropFiles) + offset); in TestHDROP()