Home
last modified time | relevance | path

Searched refs:creation (Results 1 – 25 of 45) sorted by relevance

12

/reactos/dll/win32/mscms/
H A Dprofile.c1355 HPROFILE WINAPI OpenColorProfileA( PPROFILE profile, DWORD access, DWORD sharing, DWORD creation ) in OpenColorProfileA() argument
1360 TRACE( "( %p, 0x%08x, 0x%08x, 0x%08x )\n", profile, access, sharing, creation ); in OpenColorProfileA()
1366 return OpenColorProfileW( profile, access, sharing, creation ); in OpenColorProfileA()
1369 handle = OpenColorProfileW( &profileW, access, sharing, creation ); in OpenColorProfileA()
1396 HPROFILE WINAPI OpenColorProfileW( PPROFILE profile, DWORD access, DWORD sharing, DWORD creation ) in OpenColorProfileW() argument
1404 TRACE( "( %p, 0x%08x, 0x%08x, 0x%08x )\n", profile, access, sharing, creation ); in OpenColorProfileW()
1449 handle = CreateFileW( path, flags, sharing, NULL, creation, 0, NULL ); in OpenColorProfileW()
1559 DWORD creation, DWORD flags ) in WcsOpenColorProfileA() argument
1570 ret = WcsOpenColorProfileW( &cdmW, &campW, &gmmpW, access, sharing, creation, flags ); in WcsOpenColorProfileA()
1583 DWORD creation, DWORD flags ) in WcsOpenColorProfileW() argument
[all …]
/reactos/dll/win32/setupapi/
H A Dsetupcab.c96 DWORD creation = 0, sharing = 0; in sc_cb_open() local
120 creation = CREATE_NEW; in sc_cb_open()
122 creation = CREATE_ALWAYS; in sc_cb_open()
124 creation = OPEN_ALWAYS; in sc_cb_open()
127 creation = TRUNCATE_EXISTING; in sc_cb_open()
129 creation = OPEN_EXISTING; in sc_cb_open()
158 ret = (INT_PTR) CreateFileA(pszFile, ioflag, sharing, &sa, creation, FILE_ATTRIBUTE_NORMAL, NULL); in sc_cb_open()
/reactos/dll/3rdparty/libpng/docs/
H A DTODO7 * Palette creation.
16 * Histogram creation.
/reactos/media/inf/
H A DCMakeLists.txt39 # module name is used for a custom target creation, so we can put any unique name here
/reactos/modules/rostests/apitests/user32/makeimg/
H A Dreadme.txt5 After the creation of the image.dll file using MSVC it can be used to create user32_apitest:LoadIma…
/reactos/sdk/tools/create_nls/
H A DReadme1 Create_nls - .nls file creation tool
/reactos/base/applications/utilman/
H A DNOTES.txt10 …or required elevation to open a process. We need to improve our process creation code and discard …
/reactos/sdk/lib/crt/stdio/
H A Dfile.c1780 DWORD access = 0, creation = 0, attrib; in _wsopen_s() local
1808 creation = CREATE_NEW; in _wsopen_s()
1810 creation = CREATE_ALWAYS; in _wsopen_s()
1812 creation = OPEN_ALWAYS; in _wsopen_s()
1817 creation = TRUNCATE_EXISTING; in _wsopen_s()
1819 creation = OPEN_EXISTING; in _wsopen_s()
1854 && (creation==OPEN_ALWAYS || creation==OPEN_EXISTING) in _wsopen_s()
1868 hand = CreateFileW(path, access, sharing, &sa, creation, attrib, 0); in _wsopen_s()
1877 if ((access & GENERIC_WRITE) && (creation==CREATE_NEW in _wsopen_s()
1878 || creation==CREATE_ALWAYS || creation==TRUNCATE_EXISTING in _wsopen_s()
[all …]
/reactos/sdk/lib/3rdparty/stlport/doc/
H A DREADME.utf810 signal that creation failed:
/reactos/sdk/lib/3rdparty/zlib/contrib/minizip/
H A DMiniZip64_info.txt43 Used when debugging and validating the creation of zip files using MiniZip64
/reactos/sdk/lib/3rdparty/libwin-iconv/
H A DChangeLog46 * Makefile: Improvement of the creation of the DLL.
/reactos/drivers/filesystems/fastfat/
H A DREADME.md15 …ith the cache manager, and handling various I/O operations such as file creation, performing read/…
/reactos/media/fonts/doc/FranklinGothicMedium/
H A DSIL Open Font License.txt11 …rldwide development of collaborative font projects, to support the font creation efforts of academ…
/reactos/media/fonts/doc/Georgia/
H A DLICENSE.txt14 development of collaborative font projects, to support the font creation
/reactos/media/fonts/doc/Arial/
H A DLICENSE.txt18 creation efforts of academic and linguistic communities, and to provide
/reactos/media/fonts/doc/ArialBlack/
H A DOFL.txt15 development of collaborative font projects, to support the font creation
/reactos/media/fonts/doc/ComicSansMS/
H A DOFL.txt18 development of collaborative font projects, to support the font creation
/reactos/media/fonts/doc/SourceSansPro/
H A DLICENSE.txt14 development of collaborative font projects, to support the font creation
/reactos/media/fonts/doc/TimesNewRoman/
H A DLICENSE.txt18 creation efforts of academic and linguistic communities, and to provide
/reactos/media/fonts/doc/MicrosoftSansSerif/
H A DLICENSE_OFL.txt16 creation efforts of academic and linguistic communities, and to
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DReleaseNote.txt75 * Improved locale creation delay on Windows platform.
/reactos/sdk/tools/fatten/fatfs/
H A D00history.txt208 Fixed creation of an entry with LFN fails on too many SFN collisions. (appeared at R0.07)
/reactos/modules/rostests/winetests/oledlg/
H A Dmain.c175 BOOL creation, DWORD reserved) in oleobject_InitFromData() argument
/reactos/modules/rostests/winetests/kernel32/
H A Dconsole.c1113 DWORD creation; in test_OpenConsoleW() member
1152 DWORD creation; in test_OpenConsoleW() member
1186 invalid_table[index].inherit, invalid_table[index].creation); in test_OpenConsoleW()
1199 valid_table[index].inherit, valid_table[index].creation); in test_OpenConsoleW()
1228 DWORD creation; in test_CreateFileW() member
1261 cf_table[index].creation, FILE_ATTRIBUTE_NORMAL, NULL); in test_CreateFileW()
/reactos/sdk/tools/mkisofs/schilytools/
H A DCDDL.Schily.txt6 or contributes to the creation of Modifications.
163 believe Your Modifications are Your original creation(s) and/or

12