Home
last modified time | relevance | path

Searched refs:OpenEventW (Results 1 – 14 of 14) sorted by relevance

/reactos/dll/win32/userenv/
H A Dgpolicy.c433 hEvent = OpenEventW(EVENT_MODIFY_STATE, in RefreshPolicy()
462 hEvent = OpenEventW(EVENT_MODIFY_STATE, in RefreshPolicyEx()
543 hEvent = OpenEventW(SYNCHRONIZE, in WaitForUserPolicyForegroundProcessing()
563 hEvent = OpenEventW(SYNCHRONIZE, in WaitForMachinePolicyForegroundProcessing()
/reactos/dll/win32/lsasrv/
H A Dservice.c131 hEvent = OpenEventW(SYNCHRONIZE, in DispatcherThread()
H A Dlsarpc.c91 hEvent = OpenEventW(GENERIC_WRITE, in LsarStartRpcServer()
/reactos/base/shell/explorer/
H A Dexplorer.cpp58 hEvent = OpenEventW(EVENT_MODIFY_STATE, FALSE, lpEventName); in SetShellReadyEvent()
/reactos/dll/win32/kernel32/client/
H A Ddebugger.c776 hDBMonBufferReady = OpenEventW(SYNCHRONIZE, FALSE, L"DBWIN_BUFFER_READY"); in OutputDebugStringA()
782 hDBMonDataReady = OpenEventW(EVENT_MODIFY_STATE, FALSE, L"DBWIN_DATA_READY"); in OutputDebugStringA()
H A Dsynch.c682 OpenEventW(IN DWORD dwDesiredAccess, in OpenEventW() function
/reactos/base/system/services/
H A Dservices.c160 hScmSecurityServicesEvent = OpenEventW(EVENT_MODIFY_STATE, in SetSecurityServicesEvent()
/reactos/base/system/winlogon/
H A Dwinlogon.c131 hEvent = OpenEventW(SYNCHRONIZE, in WaitForLsass()
/reactos/dll/win32/advapi32/service/
H A Dscm.c1998 hEvent = OpenEventW(SYNCHRONIZE, FALSE, SCM_START_EVENT); in WaitForSCManager()
/reactos/dll/win32/shlwapi/
H A Dshlwapi.spec359 359 stdcall -noname OpenEventWrapW(long long wstr) kernel32.OpenEventW
/reactos/sdk/include/psdk/
H A Dwinbase.h2910 HANDLE WINAPI OpenEventW(DWORD,BOOL,LPCWSTR);
3701 #define OpenEvent OpenEventW
/reactos/dll/win32/kernel32/
H A Dkernel32.spec837 @ stdcall OpenEventW(long long wstr)
/reactos/modules/rostests/winetests/kernel32/
H A Dsync.c542 handle2 = OpenEventW( EVENT_ALL_ACCESS, FALSE, NULL ); in test_event()
/reactos/dll/win32/setupapi/
H A Dcfgmgr.c845 hEvent = OpenEventW(SYNCHRONIZE, FALSE, L"Global\\PnP_No_Pending_Install_Events"); in CMP_WaitNoPendingInstallEvents()