2017-05-30 21:35:05 +00:00
|
|
|
@ stdcall RtlInitializeConditionVariable(ptr)
|
|
|
|
@ stdcall RtlWakeConditionVariable(ptr)
|
|
|
|
@ stdcall RtlWakeAllConditionVariable(ptr)
|
|
|
|
@ stdcall RtlSleepConditionVariableCS(ptr ptr ptr)
|
|
|
|
@ stdcall RtlSleepConditionVariableSRW(ptr ptr ptr long)
|
|
|
|
@ stdcall RtlInitializeSRWLock(ptr)
|
|
|
|
@ stdcall RtlAcquireSRWLockShared(ptr)
|
|
|
|
@ stdcall RtlReleaseSRWLockShared(ptr)
|
|
|
|
@ stdcall RtlAcquireSRWLockExclusive(ptr)
|
|
|
|
@ stdcall RtlReleaseSRWLockExclusive(ptr)
|
2020-09-12 13:04:02 +00:00
|
|
|
@ stdcall RtlRunOnceInitialize(ptr)
|
|
|
|
@ stdcall RtlRunOnceBeginInitialize(ptr long ptr)
|
|
|
|
@ stdcall RtlRunOnceComplete(ptr long ptr)
|
|
|
|
@ stdcall RtlRunOnceExecuteOnce(ptr ptr ptr ptr)
|
2022-10-20 18:03:56 +00:00
|
|
|
|
|
|
|
@ stdcall RtlConnectToSm(ptr ptr long ptr) SmConnectToSm
|
|
|
|
@ stdcall RtlSendMsgToSm(ptr ptr) SmSendMsgToSm
|