|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| UINT WINAPI | GetTempFileNameA (IN LPCSTR lpPathName, IN LPCSTR lpPrefixString, IN UINT uUnique, OUT LPSTR lpTempFileName) |
| UINT WINAPI | GetTempFileNameW (IN LPCWSTR lpPathName, IN LPCWSTR lpPrefixString, IN UINT uUnique, OUT LPWSTR lpTempFileName) |
| BOOL WINAPI | SetFileShortNameW (HANDLE hFile, LPCWSTR lpShortName) |
| BOOL WINAPI | SetFileShortNameA (HANDLE hFile, LPCSTR lpShortName) |
| BOOL WINAPI | CheckNameLegalDOS8Dot3W (LPCWSTR lpName, LPSTR lpOemName OPTIONAL, DWORD OemNameSize OPTIONAL, PBOOL pbNameContainsSpaces OPTIONAL, PBOOL pbNameLegal) |
| BOOL WINAPI | CheckNameLegalDOS8Dot3A (LPCSTR lpName, LPSTR lpOemName OPTIONAL, DWORD OemNameSize OPTIONAL, PBOOL pbNameContainsSpaces OPTIONAL, PBOOL pbNameLegal) |
| #define NDEBUG |
Definition at line 15 of file filename.c.
| BOOL WINAPI CheckNameLegalDOS8Dot3A | ( | LPCSTR | lpName, |
| LPSTR lpOemName | OPTIONAL, | ||
| DWORD OemNameSize | OPTIONAL, | ||
| PBOOL pbNameContainsSpaces | OPTIONAL, | ||
| PBOOL | pbNameLegal | ||
| ) |
Definition at line 365 of file filename.c.
Referenced by init_pointers().
| BOOL WINAPI CheckNameLegalDOS8Dot3W | ( | LPCWSTR | lpName, |
| LPSTR lpOemName | OPTIONAL, | ||
| DWORD OemNameSize | OPTIONAL, | ||
| PBOOL pbNameContainsSpaces | OPTIONAL, | ||
| PBOOL | pbNameLegal | ||
| ) |
Definition at line 321 of file filename.c.
Referenced by init_pointers().
| UINT WINAPI GetTempFileNameA | ( | IN LPCSTR | lpPathName, |
| IN LPCSTR | lpPrefixString, | ||
| IN UINT | uUnique, | ||
| OUT LPSTR | lpTempFileName | ||
| ) |
Definition at line 26 of file filename.c.
Referenced by apply_patch(), copy_dll_file(), create_avi_file(), create_bitmap(), create_temp_file(), create_test_dll(), create_test_dll_sections(), create_test_file(), create_test_typelib(), DosInt21h(), extract2(), find_tempfile(), get_file_name(), get_temp_file(), get_temp_filename(), init_test(), load_resource(), make_tmp_file(), print_something(), START_TEST(), test_abort_proc(), test_calchash(), test_catalog_properties(), test_CopyMetaFile(), test_create_typelib_lcid(), test_CreateFileMapping_protection(), test_CreateScalableFontResource(), test_CreateTypeLib(), test_CryptCATAdminAddRemoveCatalog(), test_CryptCATOpen(), test_deferred_action(), test_dep(), test_dib_bits_access(), test_DuplicateHandle(), test_ExitProcess(), test_ffcn_directory_overlap(), test_file_security(), test_filemap_security(), test_FileSecurity(), test_find_file(), test_FindFirstChangeNotification(), test_GetMappedFileName(), test_GetNamedSecurityInfoA(), test_GetPrivateProfileString(), test_import_resolution(), test_inffilelist(), test_inffilelistA(), test_InitPathA(), test_invalid_callbackA(), test_invalid_parametersA(), test_iocp_callback(), test_LoadLibraryEx_search_flags(), test_mapping(), test_ok(), test_OleLoadPicturePath(), test_query_object(), test_query_recyclebin(), test_ResolveDelayLoadedAPI(), test_section_access(), test_SetDocString(), test_SetFuncAndParamNames(), test_SetSearchPathMode(), test_settargetpath(), test_SetTypeDescAlias(), test_SetupAddInstallSectionToDiskSpaceListA(), test_SetupAddSectionToDiskSpaceListA(), test_SetupDecompressOrCopyFile(), test_SetupGetFileCompressionInfo(), test_SetupGetFileCompressionInfoEx(), test_SetVarHelpContext(), test_simple_enumerationA(), test_SIPRetrieveSubjectGUID(), test_stub(), test_WritePrivateProfileString(), VerInstallFileA(), and write_tmp_file().
| UINT WINAPI GetTempFileNameW | ( | IN LPCWSTR | lpPathName, |
| IN LPCWSTR | lpPrefixString, | ||
| IN UINT | uUnique, | ||
| OUT LPWSTR | lpTempFileName | ||
| ) |
Definition at line 84 of file filename.c.
Referenced by copy_install_file(), TmpFile::Create(), create_file(), create_storagefile(), create_temp_dir(), create_temp_file(), create_tmp_file(), CAppScrnshotPreview::DisplayImage(), do_file_copyW(), DoEntry(), download_proc(), ExtractTTFFile(), get_temp_ini_path(), get_temp_path(), GetTempFileNameA(), GetVersionFromFileExW(), init_paths(), install_cab_file(), msi_create_temp_file(), msi_get_temp_file_name(), OLECONVERT_GetOLE20FromOLE10(), OLECONVERT_WriteOLE20ToBuffer(), OpenMailer(), save_profile(), START_TEST(), test_AddDllDirectory(), Test_EmptyFile(), test_filesourcefilter(), test_invalid_callbackW(), test_invalid_parametersW(), test_LoadIconWithScaleDown(), Test_RawSize(), Test_SectionContents(), test_SHCreateStreamOnFileEx_CopyTo(), test_simple_enumerationW(), Test_Truncate(), testAddCertificateLink(), testCodepage(), testCollectionStore(), testFileNameStore(), testFileStore(), testPropsHelper(), unpack_avi_file(), and write_raw_resources().
Definition at line 291 of file filename.c.
Definition at line 235 of file filename.c.
Referenced by SetFileShortNameA().