|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| HANDLE | TranslateStdHandle (IN HANDLE hHandle) |
| BOOL WINAPI | GetHandleInformation (IN HANDLE hObject, OUT LPDWORD lpdwFlags) |
| BOOL WINAPI | SetHandleInformation (IN HANDLE hObject, IN DWORD dwMask, IN DWORD dwFlags) |
| BOOL WINAPI | CloseHandle (IN HANDLE hObject) |
| BOOL WINAPI | DuplicateHandle (IN HANDLE hSourceProcessHandle, IN HANDLE hSourceHandle, IN HANDLE hTargetProcessHandle, OUT LPHANDLE lpTargetHandle, IN DWORD dwDesiredAccess, IN BOOL bInheritHandle, IN DWORD dwOptions) |
| UINT WINAPI | SetHandleCount (IN UINT nCount) |
| DWORD WINAPI | GetHandleContext (IN HANDLE Handle) |
| HANDLE WINAPI | CreateSocketHandle (VOID) |
| BOOL WINAPI | SetHandleContext (IN HANDLE Handle, IN DWORD Context) |
Definition at line 129 of file handle.c.
| BOOL WINAPI DuplicateHandle | ( | IN HANDLE | hSourceProcessHandle, |
| IN HANDLE | hSourceHandle, | ||
| IN HANDLE | hTargetProcessHandle, | ||
| OUT LPHANDLE | lpTargetHandle, | ||
| IN DWORD | dwDesiredAccess, | ||
| IN BOOL | bInheritHandle, | ||
| IN DWORD | dwOptions | ||
| ) |
Definition at line 149 of file handle.c.
Referenced by _dup2(), _dup2_nolock_internal(), ACTION_FinishCustomActions(), chm_dup(), cmd_ctty(), common_popen_nolock(), ATL::CAtlFileMappingBase::CopyFrom(), CorDebugProcess_Create(), CreateLobbyMessageReceptionThread(), CreatePseudoConsole(), CRYPT_FileOpenStore(), CRYPT_RegOpenStore(), custom_client_thread(), dll_entry_point(), DoDuplicateHandle(), DP_CreatePlayer(), DPL_CreateAndSetLobbyHandles(), duplicate_osfhnd(), elf_map_file(), EnumOLEVERB_Clone(), get_droptarget_local_handle(), IDirectPlay4Impl_EnumSessions(), init_console_std_handles(), main(), MyDuplicateHandle(), ObjectFromLresult(), PerformRedirection(), read_pipe_test(), SeclCreateProcessWithLogonW(), SHMapHandle(), StartupWindowThread(), test_CreateRemoteThread(), Test_DuplicateHandle(), test_event_security(), test_ExitProcess(), test_file_access(), test_file_disposition_information(), test_file_security(), test_filemap_security(), test_flags_NtQueryDirectoryFile(), test_GetMappedFileName(), test_handles(), test_invalid_stdin(), test_mapping(), test_MapViewOfFile(), test_mutex_security(), test_named_pipe_security(), test_process_access(), test_process_security_child(), test_semaphore_security(), test_thread_security(), WahOpenCurrentThread(), WSPDuplicateSocket(), WTSQueryUserToken(), and xmlGetGlobalState().
Definition at line 40 of file handle.c.
Referenced by test_close(), test_handles(), and WsSockFindIfsSocket().
Definition at line 78 of file handle.c.
Referenced by CreateClientProcess(), CreateRemoteThreadEx(), ExecutePipeline(), fork_helper(), main(), and read_reg_output_().
Definition at line 19 of file handle.c.
Referenced by CloseHandle(), DuplicateHandle(), FlushFileBuffers(), GetFileType(), GetHandleInformation(), ReadFile(), RegisterWaitForSingleObject(), RegisterWaitForSingleObjectEx(), SetHandleInformation(), SignalObjectAndWait(), WaitForMultipleObjectsEx(), WaitForSingleObjectEx(), and WriteFile().