Home | History | Annotate | Download | only in SfxSetup

Lines Matching refs:HANDLE

168   HANDLE handle;

169 handle = FindFirstFileW(path, &fd);
170 if (handle == INVALID_HANDLE_VALUE)
172 FindClose(handle);
179 HANDLE handle;
183 handle = FindFirstFileW(path, &fd);
185 if (handle == INVALID_HANDLE_VALUE)
207 if (!FindNextFileW(handle, &fd))
216 FindClose(handle);
473 SetFileTime(outFile.handle, NULL, NULL, &mTime);
519 HANDLE hProcess = 0;