Searched refs:dwFlags (Results 1 – 4 of 4) sorted by relevance
3055 DWORD dwFlags = MOVEFILE_COPY_ALLOWED; in win32_rename() local3060 dwFlags |= MOVEFILE_REPLACE_EXISTING; in win32_rename()3062 bResult = MoveFileExW(wOldName,PerlDir_mapW(wNewName), dwFlags); in win32_rename()3066 dwFlags |= MOVEFILE_REPLACE_EXISTING; in win32_rename()3068 bResult = MoveFileExA(szOldName,PerlDir_mapA(newname), dwFlags); in win32_rename()3985 StartupInfo.dwFlags = tbl.dwFlags; in win32_spawnvp()4004 StartupInfo.dwFlags |= STARTF_USESTDHANDLES; in win32_spawnvp()4007 StartupInfo.dwFlags |= STARTF_USESHOWWINDOW; in win32_spawnvp()4802 stStartInfo.dwFlags = STARTF_USESHOWWINDOW; /* Enable wShowWindow control */ in XS()
306 DWORD dwFlags; member
266 DWORD dwFlags; member
2039 StartupInfo.dwFlags = tbl.dwFlags; in win32_spawnvp()2058 StartupInfo.dwFlags |= STARTF_USESTDHANDLES; in win32_spawnvp()2061 StartupInfo.dwFlags |= STARTF_USESHOWWINDOW; in win32_spawnvp()