ReactOS 0.4.16-dev-13-ge2fc578
|
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(), ACTION_FinishCustomActions(), appbar_message(), chm_dup(), cmd_ctty(), ATL::CAtlFileMappingBase::CopyFrom(), CorDebugProcess_Create(), CreateLobbyMessageReceptionThread(), CRYPT_FileOpenStore(), CRYPT_RegOpenStore(), custom_client_thread(), dll_entry_point(), DoDuplicateHandle(), DP_CreatePlayer(), DPL_CreateAndSetLobbyHandles(), elf_map_file(), EnumOLEVERB_Clone(), get_droptarget_local_handle(), IDirectPlay4Impl_EnumSessions(), main(), MyDuplicateHandle(), ObjectFromLresult(), PerformRedirection(), read_pipe_test(), SeclCreateProcessWithLogonW(), SHMapHandle(), StartupWindowThread(), test_Console(), test_CreateRemoteThread(), Test_DuplicateHandle(), 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_handles(), test_mapping(), test_MapViewOfFile(), test_mutex_security(), test_named_pipe_security(), test_process_access(), test_process_security_child(), test_semaphore_security(), test_TerminateProcess(), test_thread_security(), WahOpenCurrentThread(), WSPDuplicateSocket(), WTSQueryUserToken(), and xmlGetGlobalState().
Definition at line 40 of file handle.c.
Referenced by do_spawnT(), test_close(), test_DuplicateHandle(), test_handles(), and WsSockFindIfsSocket().
Definition at line 78 of file handle.c.
Referenced by CreateClientProcess(), ExecutePipeline(), fork_helper(), main(), read_reg_output_(), and test_DuplicateHandle().
Definition at line 19 of file handle.c.
Referenced by CloseHandle(), DuplicateHandle(), FlushFileBuffers(), GetFileType(), GetHandleInformation(), ReadFile(), RegisterWaitForSingleObject(), RegisterWaitForSingleObjectEx(), SetHandleInformation(), SignalObjectAndWait(), WaitForMultipleObjectsEx(), WaitForSingleObjectEx(), and WriteFile().