본문 바로가기
운영체제/windows8

windows 8 ServiceTable

by WeZZ 2011. 9. 16.

윈도우즈 8이 나온김에 나로선 바로 해볼 수 밖에 없는 것들이 있다.

일단 메크로 UI를 없애고
msconfig 의 Debug boot 모드로 설정

windbg를 키고
kernel Debugging 연결을 한다.

kernel 버전을 살펴 보고

dd KeServiceDescriptorTable를 친다..ㅡㅡ

이러고있다.

Windows 7 Kernel Version 8102 MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 8102.101.x86fre.winmain_win8m3.110830-1739
Machine Name:
Kernel base = 0x80fb1000 PsLoadedModuleList = 0x81144e38
Debug session time: Sat Sep 17 11:18:08.666 2011 (GMT+9)
System Uptime: 0 days 0:01:59.519

windows 8 서비스 테이블



0: kd> dd KeServiceDescriptorTable
8115c440 81099998 00000000 000001a9 8109a040
8115c450 00000000 00000000 00000000 00000000
8115c460 00000004 00000001 00007530 00002710
8115c470 00000000 87d41000 b548a4f2 01cc74df
8115c480 7ffeffff 80000000 0007fe7e 0007fedf
8115c490 00000001 00000000 c0601ff8 00000000
8115c4a0 00000000 00000000 00000000 80000000
8115c4b0 00000000 00000000 00000000 00000000
0: kd> dds 81099998 L1a9
81099998 80fcd438 nt!NtYieldExecution
8109999c 81223064 nt!NtWriteVirtualMemory
810999a0 81209c4f nt!NtWriteRequestData
810999a4 811bcd39 nt!NtWriteFileGather
810999a8 811bc519 nt!NtWriteFile
810999ac 81081e67 nt!NtWorkerFactoryWorkerReady
810999b0 8131f5d3 nt!NtWaitLowEventPair
810999b4 8131f63c nt!NtWaitHighEventPair
810999b8 81081402 nt!NtWaitForWorkViaWorkerFactory
810999bc 81311c0f nt!NtWaitForWnfNotifications
810999c0 81242b03 nt!NtWaitForSingleObject
810999c4 812430e7 nt!NtWaitForMultipleObjects32
810999c8 81242fe6 nt!NtWaitForMultipleObjects
810999cc 8131fdb5 nt!NtWaitForKeyedEvent
810999d0 8119baeb nt!NtWaitForDebugEvent
810999d4 81282f16 nt!NtWaitForAlertByThreadId
810999d8 812d8d47 nt!NtVdmControl
810999dc 81311984 nt!NtUnsubscribeWnfStateChange
810999e0 81310b5b nt!NtUpdateWnfStateData
810999e4 8122c994 nt!NtUnmapViewOfSection
810999e8 8122c913 nt!NtUnmapViewOfSectionEx
810999ec 8100e9ad nt!NtUnlockVirtualMemory
810999f0 811b703b nt!NtUnlockFile
810999f4 8116740b nt!NtUnloadKeyEx
810999f8 81166be1 nt!NtUnloadKey2
810999fc 81166bc4 nt!NtUnloadKey
81099a00 811c1716 nt!NtUnloadDriver
81099a04 81204110 nt!NtUmsThreadYield
81099a08 81316cb9 nt!NtTranslateFilePath
81099a0c 8106f2bb nt!NtTraceEvent
81099a10 812e930c nt!NtTraceControl
81099a14 812cca12 nt!NtThawTransactions
81099a18 810f1a2b nt!NtThawRegistry
81099a1c 81280d0e nt!NtTestAlert
81099a20 8127e5c8 nt!NtTerminateThread
81099a24 8127e133 nt!NtTerminateProcess
81099a28 81285fef nt!NtTerminateJobObject
81099a2c 81320102 nt!NtSystemDebugControl
81099a30 812808c2 nt!NtSuspendThread
81099a34 81280ad6 nt!NtSuspendProcess
81099a38 81311903 nt!NtSubscribeWnfStateChange
81099a3c 81320e37 nt!NtStopProfile
81099a40 81320c36 nt!NtStartProfile
81099a44 812cb604 nt!NtSinglePhaseReject
81099a48 8101f913 nt!NtSignalAndWaitForSingleObject
81099a4c 81081eff nt!NtShutdownWorkerFactory
81099a50 813045c5 nt!NtShutdownSystem
81099a54 811bb295 nt!NtSetVolumeInformationFile
81099a58 81165f19 nt!NtSetValueKey
81099a5c 81313701 nt!NtSetUuidSeed
81099a60 81302b7f nt!NtSetTimerResolution
81099a64 81082dc9 nt!NtSetTimerEx
81099a68 81082ce6 nt!NtSetTimer
81099a6c 8126342f nt!NtSetThreadExecutionState
81099a70 8130285e nt!NtSetSystemTime
81099a74 81381358 nt!NtSetSystemPowerState
81099a78 8130b71e nt!NtSetSystemInformation
81099a7c 81314cb7 nt!NtSetSystemEnvironmentValueEx
81099a80 8131469f nt!NtSetSystemEnvironmentValue
81099a84 812bfa23 nt!NtSetSystemCodeIntegrityRoots
81099a88 81241b32 nt!NtSetSecurityObject
81099a8c 811baceb nt!NtSetQuotaInformationFile
81099a90 8131f6a5 nt!NtSetLowWaitHighEventPair
81099a94 8131f77b nt!NtSetLowEventPair
81099a98 81282b7b nt!NtSetLdtEntries
81099a9c 811b2468 nt!NtSetIoCompletionEx
81099aa0 811b2401 nt!NtSetIoCompletion
81099aa4 81320f05 nt!NtSetIntervalProfile
81099aa8 81081791 nt!NtSetInformationWorkerFactory
81099aac 812ce0fb nt!NtSetInformationTransactionManager
81099ab0 812cc675 nt!NtSetInformationTransaction
81099ab4 812af927 nt!NtSetInformationToken
81099ab8 81274641 nt!NtSetInformationThread
81099abc 812cd2cf nt!NtSetInformationResourceManager
81099ac0 8127162c nt!NtSetInformationProcess
81099ac4 81246583 nt!NtSetInformationObject
81099ac8 81167ae0 nt!NtSetInformationKey
81099acc 812840df nt!NtSetInformationJobObject
81099ad0 811b97d1 nt!NtSetInformationFile
81099ad4 812cae90 nt!NtSetInformationEnlistment
81099ad8 8119c0f7 nt!NtSetInformationDebugObject
81099adc 8131f710 nt!NtSetHighWaitLowEventPair
81099ae0 8131f7de nt!NtSetHighEventPair
81099ae4 8131004f nt!NtSetEventBoostPriority
81099ae8 8130ff80 nt!NtSetEvent
81099aec 811b85ab nt!NtSetEaFile
81099af0 81316aa3 nt!NtSetDriverEntryOrder
81099af4 813075b7 nt!NtSetDefaultUILanguage
81099af8 813062bb nt!NtSetDefaultLocale
81099afc 81312a4b nt!NtSetDefaultHardErrorPort
81099b00 8135406c nt!NtSetDebugFilterState
81099b04 8127dd05 nt!NtSetContextThread
81099b08 81315fba nt!NtSetBootOptions
81099b0c 81315ab3 nt!NtSetBootEntryOrder
81099b10 81353b22 nt!NtSerializeBoot
81099b14 81208f40 nt!NtSecureConnectPort
81099b18 81165d32 nt!NtSaveMergedKeys
81099b1c 81165a57 nt!NtSaveKeyEx
81099b20 811657f4 nt!NtSaveKey
81099b24 812cda37 nt!NtRollforwardTransactionManager
81099b28 812cc60c nt!NtRollbackTransaction
81099b2c 812cb2d8 nt!NtRollbackEnlistment
81099b30 812cb796 nt!NtRollbackComplete
81099b34 812809fb nt!NtResumeThread
81099b38 81280b3d nt!NtResumeProcess
81099b3c 8116557b nt!NtRestoreKey
81099b40 8100f62b nt!NtResetWriteWatch
81099b44 8130feb5 nt!NtResetEvent
81099b48 812099e8 nt!NtRequestWaitReplyPort
81099b4c 8120991b nt!NtRequestPort
81099b50 8120a037 nt!NtReplyWaitReplyPort
81099b54 81209df3 nt!NtReplyWaitReceivePortEx
81099b58 81209dcb nt!NtReplyWaitReceivePort
81099b5c 81209cbe nt!NtReplyPort
81099b60 8109471a nt!NtReplacePartitionUnit
81099b64 81168039 nt!NtReplaceKey
81099b68 812cd8ce nt!NtRenameTransactionManager
81099b6c 81168f51 nt!NtRenameKey
81099b70 8119b6f6 nt!NtRemoveProcessDebug
81099b74 811b26d7 nt!NtRemoveIoCompletionEx
81099b78 811b253b nt!NtRemoveIoCompletion
81099b7c 81081343 nt!NtReleaseWorkerFactoryWorker
81099b80 81313273 nt!NtReleaseSemaphore
81099b84 813217ca nt!NtReleaseMutant
81099b88 8131fa77 nt!NtReleaseKeyedEvent
81099b8c 8127f69f nt!NtRegisterThreadTerminatePort
81099b90 812ce267 nt!NtRegisterProtocolAddressInformation
81099b94 812cdb02 nt!NtRecoverTransactionManager
81099b98 812ccf0e nt!NtRecoverResourceManager
81099b9c 812cab7b nt!NtRecoverEnlistment
81099ba0 8122303b nt!NtReadVirtualMemory
81099ba4 81209bda nt!NtReadRequestData
81099ba8 812cb6cd nt!NtReadOnlyEnlistment
81099bac 811bbeb7 nt!NtReadFileScatter
81099bb0 811bb733 nt!NtReadFile
81099bb4 813126ef nt!NtRaiseHardError
81099bb8 810ae93c nt!NtRaiseException
81099bbc 8127d760 nt!NtQueueApcThreadEx
81099bc0 8127d6f6 nt!NtQueueApcThread
81099bc4 81310eef nt!NtQueryWnfStateData
81099bc8 813112a3 nt!NtQueryWnfStateNameInformation
81099bcc 811bad00 nt!NtQueryVolumeInformationFile
81099bd0 812341fb nt!NtQueryVirtualMemory
81099bd4 811650af nt!NtQueryValueKey
81099bd8 81302a9c nt!NtQueryTimerResolution
81099bdc 813212fb nt!NtQueryTimer
81099be0 813027c4 nt!NtQuerySystemTime
81099be4 8130809b nt!NtQuerySystemInformationEx
81099be8 81308013 nt!NtQuerySystemInformation
81099bec 81314993 nt!NtQuerySystemEnvironmentValueEx
81099bf0 8131438d nt!NtQuerySystemEnvironmentValue
81099bf4 8123a945 nt!NtQuerySymbolicLinkObject
81099bf8 8131313f nt!NtQuerySemaphore
81099bfc 81241e1c nt!NtQuerySecurityObject
81099c00 812ae27f nt!NtQuerySecurityAttributesToken
81099c04 812316f7 nt!NtQuerySection
81099c08 811ba60b nt!NtQueryQuotaInformationFile
81099c0c 8127123d nt!NtQueryPortInformationProcess
81099c10 81320ffa nt!NtQueryPerformanceCounter
81099c14 81168c43 nt!NtQueryOpenSubKeysEx
81099c18 81168a99 nt!NtQueryOpenSubKeys
81099c1c 81245de1 nt!NtQueryObject
81099c20 8132163f nt!NtQueryMutant
81099c24 81168348 nt!NtQueryMultipleValueKey
81099c28 812ff3f7 nt!NtQueryLicenseValue
81099c2c 81164c42 nt!NtQueryKey
81099c30 811b22b3 nt!NtQueryIoCompletion
81099c34 81320f5f nt!NtQueryIntervalProfile
81099c38 8130656a nt!NtQueryInstallUILanguage
81099c3c 81081c69 nt!NtQueryInformationWorkerFactory
81099c40 812cdb5d nt!NtQueryInformationTransactionManager
81099c44 812cbd7b nt!NtQueryInformationTransaction
81099c48 812ab021 nt!NtQueryInformationToken
81099c4c 81273839 nt!NtQueryInformationThread
81099c50 812cd08c nt!NtQueryInformationResourceManager
81099c54 8126ee2b nt!NtQueryInformationProcess
81099c58 81209af7 nt!NtQueryInformationPort
81099c5c 812834db nt!NtQueryInformationJobObject
81099c60 811b8c3f nt!NtQueryInformationFile
81099c64 812cabd7 nt!NtQueryInformationEnlistment
81099c68 81314194 nt!NtQueryInformationAtom
81099c6c 811b3866 nt!NtQueryFullAttributesFile
81099c70 8130fd92 nt!NtQueryEvent
81099c74 811b7f43 nt!NtQueryEaFile
81099c78 813161d0 nt!NtQueryDriverEntryOrder
81099c7c 8123dd43 nt!NtQueryDirectoryObject
81099c80 811b7abc nt!NtQueryDirectoryFile
81099c84 813065e3 nt!NtQueryDefaultUILanguage
81099c88 81306233 nt!NtQueryDefaultLocale
81099c8c 8109497f nt!NtQueryDebugFilterState
81099c90 81315cc9 nt!NtQueryBootOptions
81099c94 81315869 nt!NtQueryBootEntryOrder
81099c98 811b36d8 nt!NtQueryAttributesFile
81099c9c 8130fcc3 nt!NtPulseEvent
81099ca0 81234927 nt!NtProtectVirtualMemory
81099ca4 812ce509 nt!NtPropagationFailed
81099ca8 812ce42a nt!NtPropagationComplete
81099cac 812b771c nt!NtPrivilegeObjectAuditAlarm
81099cb0 812b797b nt!NtPrivilegedServiceAuditAlarm
81099cb4 812bf034 nt!NtPrivilegeCheck
81099cb8 8122bcb9 nt!NtPrefetchVirtualMemory
81099cbc 812cb142 nt!NtPrePrepareEnlistment
81099cc0 812cb46e nt!NtPrePrepareComplete
81099cc4 812cb077 nt!NtPrepareEnlistment
81099cc8 812cb3a3 nt!NtPrepareComplete
81099ccc 812598a8 nt!NtPowerInformation
81099cd0 813539ef nt!NtPlugPlayControl
81099cd4 812cd66f nt!NtOpenTransactionManager
81099cd8 812cbb63 nt!NtOpenTransaction
81099cdc 8132123b nt!NtOpenTimer
81099ce0 812aad73 nt!NtOpenThreadTokenEx
81099ce4 812aad4b nt!NtOpenThreadToken
81099ce8 8126e93f nt!NtOpenThread
81099cec 8123a897 nt!NtOpenSymbolicLinkObject
81099cf0 81230d3b nt!NtOpenSession
81099cf4 8131307e nt!NtOpenSemaphore
81099cf8 812268d7 nt!NtOpenSection
81099cfc 812ccd3b nt!NtOpenResourceManager
81099d00 812aac26 nt!NtOpenProcessTokenEx
81099d04 812aac01 nt!NtOpenProcessToken
81099d08 8126e5d4 nt!NtOpenProcess
81099d0c 81249635 nt!NtOpenPrivateNamespace
81099d10 812b8e03 nt!NtOpenObjectAuditAlarm
81099d14 81321580 nt!NtOpenMutant
81099d18 8116489f nt!NtOpenKeyTransactedEx
81099d1c 811647ed nt!NtOpenKeyTransacted
81099d20 811647c6 nt!NtOpenKeyEx
81099d24 8131f983 nt!NtOpenKeyedEvent
81099d28 8116479f nt!NtOpenKey
81099d2c 8128340a nt!NtOpenJobObject
81099d30 811b21c8 nt!NtOpenIoCompletion
81099d34 811b7f07 nt!NtOpenFile
81099d38 8131f4fe nt!NtOpenEventPair
81099d3c 8130fc03 nt!NtOpenEvent
81099d40 812ca9b3 nt!NtOpenEnlistment
81099d44 8123dc95 nt!NtOpenDirectoryObject
81099d48 811b3c40 nt!NtNotifyChangeSession
81099d4c 81163faf nt!NtNotifyChangeMultipleKeys
81099d50 81163f74 nt!NtNotifyChangeKey
81099d54 811b7b2b nt!NtNotifyChangeDirectoryFile
81099d58 81316627 nt!NtModifyDriverEntry
81099d5c 81315363 nt!NtModifyBootEntry
81099d60 8121be47 nt!NtMapViewOfSection
81099d64 8123571a nt!NtMapUserPhysicalPagesScatter
81099d68 8123514f nt!NtMapUserPhysicalPages
81099d6c 81322d3e nt!NtMapCMFModule
81099d70 8123c27b nt!NtMakeTemporaryObject
81099d74 8123f3cb nt!NtMakePermanentObject
81099d78 8100e486 nt!NtLockVirtualMemory
81099d7c 8116965b nt!NtLockRegistryKey
81099d80 81301f37 nt!NtLockProductActivationKeys
81099d84 811b6b1b nt!NtLockFile
81099d88 811663ff nt!NtLoadKeyEx
81099d8c 811663d3 nt!NtLoadKey2
81099d90 811663a9 nt!NtLoadKey
81099d94 811c155a nt!NtLoadDriver
81099d98 81209a7f nt!NtListenPort
81099d9c 81323993 nt!NtIsUILanguageComitted
81099da0 8126378b nt!NtIsSystemResumeAutomatic
81099da4 81283347 nt!NtIsProcessInJob
81099da8 812635c2 nt!NtInitiatePowerAction
81099dac 81163d67 nt!NtInitializeRegistry
81099db0 8130372c nt!NtInitializeNlsFiles
81099db4 8128ab65 nt!NtImpersonateThread
81099db8 81209a4f nt!NtImpersonateClientOfPort
81099dbc 812bd1d6 nt!NtImpersonateAnonymousToken
81099dc0 8100ee2b nt!NtGetWriteWatch
81099dc4 812ccf67 nt!NtGetNotificationResourceManager
81099dc8 8130394e nt!NtGetNlsSectionPtr
81099dcc 812816f1 nt!NtGetNextThread
81099dd0 81281415 nt!NtGetNextProcess
81099dd4 8132362b nt!NtGetMUIRegistryInfo
81099dd8 812637a5 nt!NtGetDevicePowerState
81099ddc 812754b1 nt!NtGetCurrentProcessorNumber
81099de0 8127daa9 nt!NtGetContextThread
81099de4 811b6adf nt!NtFsControlFile
81099de8 812cc927 nt!NtFreezeTransactions
81099dec 810f19c7 nt!NtFreezeRegistry
81099df0 80fffb1e nt!NtFreeVirtualMemory
81099df4 81236385 nt!NtFreeUserPhysicalPages
81099df8 81236d6b nt!NtFlushWriteBuffer
81099dfc 8122d88f nt!NtFlushVirtualMemory
81099e00 80fc433b nt!NtFlushProcessWriteBuffers
81099e04 81163a8b nt!NtFlushKey
81099e08 811a2012 nt!FsRtlSyncVolumes
81099e0c 813239b3 nt!NtFlushInstallUILanguage
81099e10 811b33f5 nt!NtFlushBuffersFile
81099e14 811b3417 nt!NtFlushBuffersFileEx
81099e18 81313fc5 nt!NtFindAtom
81099e1c 812a9fc3 nt!NtFilterToken
81099e20 812a9faf nt!NtFilterTokenEx
81099e24 8122ce2b nt!NtExtendSection
81099e28 81163720 nt!NtEnumerateValueKey
81099e2c 812cc373 nt!NtEnumerateTransactionObject
81099e30 81314f65 nt!NtEnumerateSystemEnvironmentValuesEx
81099e34 81163403 nt!NtEnumerateKey
81099e38 81316656 nt!NtEnumerateDriverEntries
81099e3c 81315392 nt!NtEnumerateBootEntries
81099e40 81353c69 nt!NtEnableLastKnownGood
81099e44 812a9467 nt!NtDuplicateToken
81099e48 8123ff77 nt!NtDuplicateObject
81099e4c 8107a9a4 nt!NtDrawText
81099e50 81304607 nt!NtDisplayString
81099e54 81353b71 nt!NtDisableLastKnownGood
81099e58 811b6aa4 nt!NtDeviceIoControlFile
81099e5c 8131050b nt!NtDeleteWnfStateName
81099e60 8131087f nt!NtDeleteWnfStateData
81099e64 81162ff7 nt!NtDeleteValueKey
81099e68 81249973 nt!NtDeletePrivateNamespace
81099e6c 812b93b6 nt!NtDeleteObjectAuditAlarm
81099e70 81162c09 nt!NtDeleteKey
81099e74 811b32ec nt!NtDeleteFile
81099e78 8131644f nt!NtDeleteDriverEntry
81099e7c 8131518b nt!NtDeleteBootEntry
81099e80 8131414f nt!NtDeleteAtom
81099e84 81323ae7 nt!NtDelayExecution
81099e88 8119bee7 nt!NtDebugContinue
81099e8c 8119b58d nt!NtDebugActiveProcess
81099e90 8131b177 nt!NtCreateWorkerFactory
81099e94 813101c0 nt!NtCreateWnfStateName
81099e98 811b28a7 nt!NtCreateWaitCompletionPacket
81099e9c 81208ed3 nt!NtCreateWaitablePort
81099ea0 812775f6 nt!NtCreateUserProcess
81099ea4 812cd469 nt!NtCreateTransactionManager
81099ea8 812cb85f nt!NtCreateTransaction
81099eac 812bbfd9 nt!NtCreateToken
81099eb0 812bc653 nt!NtCreateLowBoxToken
81099eb4 812bc01e nt!NtCreateTokenEx
81099eb8 813210e2 nt!NtCreateTimer
81099ebc 81279688 nt!NtCreateThreadEx
81099ec0 8127ccbe nt!NtCreateThread
81099ec4 8123a693 nt!NtCreateSymbolicLinkObject
81099ec8 81312f73 nt!NtCreateSemaphore
81099ecc 8122387b nt!NtCreateSection
81099ed0 812cca7b nt!NtCreateResourceManager
81099ed4 81320b6e nt!NtCreateProfileEx
81099ed8 81320ba7 nt!NtCreateProfile
81099edc 8127d3eb nt!NtCreateProcessEx
81099ee0 8127d3a0 nt!NtCreateProcess
81099ee4 812493c2 nt!NtCreatePrivateNamespace
81099ee8 81208e63 nt!NtCreatePort
81099eec 81231a7e nt!NtCreatePagingFile
81099ef0 811b68e6 nt!NtCreateNamedPipeFile
81099ef4 8132149b nt!NtCreateMutant
81099ef8 811b69d2 nt!NtCreateMailslotFile
81099efc 81162701 nt!NtCreateKeyTransacted
81099f00 8131f841 nt!NtCreateKeyedEvent
81099f04 811626d1 nt!NtCreateKey
81099f08 81283331 nt!NtCreateJobSet
81099f0c 812830cd nt!NtCreateJobObject
81099f10 811b20ab nt!NtCreateIoCompletion
81099f14 811b68a3 nt!NtCreateFile
81099f18 8131f3f7 nt!NtCreateEventPair
81099f1c 8130fb03 nt!NtCreateEvent
81099f20 812ca782 nt!NtCreateEnlistment
81099f24 8123dc80 nt!NtCreateDirectoryObjectEx
81099f28 8123dc5b nt!NtCreateDirectoryObject
81099f2c 8119a319 nt!NtCreateDebugObject
81099f30 810ae8f4 nt!NtContinue
81099f34 812096f6 nt!NtConnectPort
81099f38 81169521 nt!NtCompressKey
81099f3c 813300e6 nt!AhcpCdbEntryComputeChecksum
81099f40 812bd4cb nt!NtCompareTokens
81099f44 811692e7 nt!NtCompactKeys
81099f48 812cc5a3 nt!NtCommitTransaction
81099f4c 812cb20d nt!NtCommitEnlistment
81099f50 812cb539 nt!NtCommitComplete
81099f54 812b92e7 nt!NtCloseObjectAuditAlarm
81099f58 8123c21c nt!NtClose
81099f5c 8130fab0 nt!NtClearEvent
81099f60 80fcfcca nt!NtCancelWaitCompletionPacket
81099f64 81082633 nt!NtCancelTimer
81099f68 811b31e9 nt!NtCancelSynchronousIoFile
81099f6c 811b3066 nt!NtCancelIoFileEx
81099f70 811b2e77 nt!NtCancelIoFile
81099f74 810998c0 nt!NtCallbackReturn
81099f78 80fdb46c nt!NtAssociateWaitCompletionPacket
81099f7c 81282ff6 nt!NtAssignProcessToJobObject
81099f80 8121dbc7 nt!NtAreMappedFilesTheSame
81099f84 8132c373 nt!NtApphelpCacheControl
81099f88 8120a7f4 nt!NtAlpcSetInformation
81099f8c 812111ad nt!NtAlpcSendWaitReceivePort
81099f90 81212997 nt!NtAlpcRevokeSecurityContext
81099f94 81211fe8 nt!NtAlpcQueryInformationMessage
81099f98 8120b260 nt!NtAlpcQueryInformation
81099f9c 8120b89b nt!NtAlpcOpenSenderThread
81099fa0 8120b3c1 nt!NtAlpcOpenSenderProcess
81099fa4 81212d53 nt!NtAlpcImpersonateClientOfPort
81099fa8 81214bef nt!NtAlpcDisconnectPort
81099fac 81212aba nt!NtAlpcDeleteSecurityContext
81099fb0 81217444 nt!NtAlpcDeleteSectionView
81099fb4 812189b3 nt!NtAlpcDeleteResourceReserve
81099fb8 81217121 nt!NtAlpcDeletePortSection
81099fbc 81212567 nt!NtAlpcCreateSecurityContext
81099fc0 8121721c nt!NtAlpcCreateSectionView
81099fc4 8121887b nt!NtAlpcCreateResourceReserve
81099fc8 81216ce6 nt!NtAlpcCreatePortSection
81099fcc 81218f44 nt!NtAlpcCreatePort
81099fd0 81219ba4 nt!NtAlpcConnectPort
81099fd4 81219b67 nt!NtAlpcConnectPortEx
81099fd8 81211304 nt!NtAlpcCancelMessage
81099fdc 8121a705 nt!NtAlpcAcceptConnectPort
81099fe0 81221de0 nt!NtAllocateVirtualMemory
81099fe4 81313987 nt!NtAllocateUuids
81099fe8 81235df6 nt!NtAllocateUserPhysicalPages
81099fec 812754ec nt!NtAllocateReserveObject
81099ff0 813142f1 nt!NtAllocateLocallyUniqueId
81099ff4 81282f9f nt!NtAlertThreadByThreadId
81099ff8 81280ba7 nt!NtAlertThread
81099ffc 81280c0b nt!NtAlertResumeThread
8109a000 812a8658 nt!NtAdjustPrivilegesToken
8109a004 812a8a44 nt!NtAdjustGroupsToken
8109a008 812a8e79 nt!NtAdjustTokenClaimsAndDeviceGroups
8109a00c 8131641b nt!NtAddDriverEntry
8109a010 8131515a nt!NtAddBootEntry
8109a014 81313e0e nt!NtAddAtom
8109a018 81313e31 nt!NtAddAtomEx
8109a01c 812b8db8 nt!NtAccessCheckByTypeResultListAndAuditAlarmByHandle
8109a020 812b8d6f nt!NtAccessCheckByTypeResultListAndAuditAlarm
8109a024 8105349e nt!NtAccessCheckByTypeResultList
8109a028 812b8d26 nt!NtAccessCheckByTypeAndAuditAlarm
8109a02c 81053463 nt!NtAccessCheckByType
8109a030 812b8ce7 nt!NtAccessCheckAndAuditAlarm
8109a034 8105342c nt!NtAccessCheck
8109a038 81209729 nt!NtAcceptConnectPort



Shadow ServiceTable..

0: kd> dds 94aed000 L3c1
94aed000 94a34ae5 win32k!NtGdiWidenPath
94aed004 94a34f76 win32k!NtGdiUpdateColors
94aed008 94a36fc5 win32k!NtGdiUnrealizeObject
94aed00c 94a36da0 win32k!NtGdiUnmapMemFont
94aed010 94a360cc win32k!UMPDDrvQuerySpoolType
94aed014 9483666d win32k!NtGdiTransparentBlt
94aed018 94923a2d win32k!NtGdiTransformPoints
94aed01c 94a37d0a win32k!NtGdiSwapBuffers
94aed020 94a34638 win32k!NtGdiStrokePath
94aed024 94a34758 win32k!NtGdiStrokeAndFillPath
94aed028 9491ca60 win32k!NtGdiStretchDIBitsInternal
94aed02c 948904a4 win32k!NtGdiStretchBlt
94aed030 94a1720f win32k!NtGdiStartPage
94aed034 94a174db win32k!NtGdiStartDoc
94aed038 9482609d win32k!NtGdiSetSizeDevice
94aed03c 94825ffc win32k!NtGdiSetVirtualResolution
94aed040 94a384a6 win32k!NtGdiSetTextJustification
94aed044 94a370b3 win32k!NtGdiSetSystemPaletteUse
94aed048 94a36fb7 win32k!NtGdiSetRectRgn
94aed04c 94a37eaf win32k!NtGdiSetPixelFormat
94aed050 9481aa05 win32k!NtGdiSetPixel
94aed054 9481c346 win32k!NtGdiSetOPMSigningKeyAndSequenceNumbers
94aed058 9489750c win32k!NtGdiSetLayout
94aed05c 94a362c2 win32k!NtGdiMirrorWindowOrg
94aed060 94a36253 win32k!NtGdiGetDeviceWidth
94aed064 94825eb8 win32k!NtGdiSetMiterLimit
94aed068 94825c22 win32k!NtGdiSetMetaRgn
94aed06c 94a34e4c win32k!NtGdiSetMagicColors
94aed070 94a1786e win32k!NtGdiSetLinkedUFIs
94aed074 94a39cc9 win32k!NtGdiSetIcmMode
94aed078 948224ca win32k!NtGdiSetFontXform
94aed07c 94a3a070 win32k!NtGdiSetFontEnumeration
94aed080 949087aa win32k!NtGdiSetDIBitsToDeviceInternal
94aed084 94a39408 win32k!NtGdiSetDeviceGammaRamp
94aed088 94a39f5f win32k!NtGdiSetColorSpace
94aed08c 94a37148 win32k!NtGdiSetColorAdjustment
94aed090 94874d5d win32k!NtGdiSetBrushOrg
94aed094 94a36ff3 win32k!NtGdiSetBrushAttributes
94aed098 948f5b6a win32k!NtGdiSetBoundsRect
94aed09c 94a3612c win32k!NtGdiSetBitmapDimension
94aed0a0 9487dac9 win32k!NtGdiSetBitmapBits
94aed0a4 9486e06d win32k!NtGdiSetBitmapAttributes
94aed0a8 94a3711e win32k!NtGdiSelectPen
94aed0ac 94960005 win32k!NtGdiSelectFont
94aed0b0 9480ea5d win32k!NtGdiSelectClipPath
94aed0b4 94a3712c win32k!NtGdiSelectBrush
94aed0b8 9497f3bf win32k!NtGdiSelectBitmap
94aed0bc 94a361f0 win32k!NtGdiScaleWindowExtEx
94aed0c0 94a2a6e0 win32k!NtGdiScaleViewportExtEx
94aed0c4 9490979f win32k!NtGdiSaveDC
94aed0c8 9480cf78 win32k!NtGdiRoundRect
94aed0cc 94908925 win32k!NtGdiRestoreDC
94aed0d0 94a35195 win32k!NtGdiResizePalette
94aed0d4 94811489 win32k!NtGdiResetDC
94aed0d8 94a36ac0 win32k!NtGdiRemoveFontMemResourceEx
94aed0dc 94a36adc win32k!NtGdiRemoveFontResourceW
94aed0e0 9490632a win32k!NtGdiRectVisible
94aed0e4 9484c6ca win32k!NtGdiRectInRegion
94aed0e8 948bc150 win32k!NtGdiRectangle
94aed0ec 94977e2f win32k!NtGdiQueryFontAssocInfo
94aed0f0 94a36dab win32k!NtGdiQueryFonts
94aed0f4 94a207bc win32k!NtGdiPtVisible
94aed0f8 9481cf08 win32k!NtGdiPtInRegion
94aed0fc 94999e6a win32k!NtGdiPolyTextOutW
94aed100 948bb790 win32k!NtGdiPolyPolyDraw
94aed104 94a374c0 win32k!NtGdiPolyDraw
94aed108 94a2b6c5 win32k!NtGdiPlgBlt
94aed10c 94a34899 win32k!NtGdiPathToRegion
94aed110 9495e946 win32k!NtGdiPolyPatBlt
94aed114 949689ea win32k!NtGdiPatBlt
94aed118 94910ae9 win32k!NtGdiOpenDCW
94aed11c 948b1242 win32k!NtGdiOffsetRgn
94aed120 94a208ed win32k!NtGdiOffsetClipRgn
94aed124 94a370c1 win32k!NtGdiMoveTo
94aed128 94a3ba57 win32k!NtGdiMonoBitmap
94aed12c 9491ebdb win32k!NtGdiModifyWorldTransform
94aed130 9490ba63 win32k!NtGdiMaskBlt
94aed134 94a3bb83 win32k!NtGdiMakeInfoDC
94aed138 94a35f1e win32k!NtGdiMakeFontDir
94aed13c 948fb8bc win32k!NtGdiLineTo
94aed140 9480a6cb win32k!NtGdiInvertRgn
94aed144 9495b0e9 win32k!NtGdiIntersectClipRect
94aed148 94a2302f win32k!NtGdiInitSpool
94aed14c 94977e26 win32k!DirectComposition::CApplicationChannel::GetType
94aed150 94a38ef0 win32k!NtGdiIcmBrushInfo
94aed154 94914543 win32k!NtGdiHfontCreate
94aed158 948a8836 win32k!NtGdiGradientFill
94aed15c 948f3a58 win32k!NtGdiGetWidthTable
94aed160 948421a9 win32k!NtGdiGetFontUnicodeRanges
94aed164 94a16a8f win32k!NtGdiAddEmbFontToDC
94aed168 94a36838 win32k!NtGdiChangeGhostFont
94aed16c 94a368af win32k!NtGdiGetEmbedFonts
94aed170 94a36330 win32k!NtGdiGetUFIPathname
94aed174 94a3663e win32k!NtGdiGetEmbUFI
94aed178 94a36754 win32k!NtGdiGetUFI
94aed17c 94921e1e win32k!NtGdiGetTransform
94aed180 94921f5b win32k!NtGdiGetTextMetricsW
94aed184 948ef8c1 win32k!NtGdiGetTextFaceW
94aed188 948e89da win32k!NtGdiGetTextExtentExW
94aed18c 94a36e8a win32k!NtGdiGetTextExtent
94aed190 948f3810 win32k!NtGdiGetTextCharsetInfo
94aed194 9480fc13 win32k!NtGdiGetSystemPaletteUse
94aed198 9481b9ed win32k!NtGdiGetSuggestedOPMProtectedOutputArraySize
94aed19c 94a3bc8f win32k!NtGdiGetStringBitmapW
94aed1a0 94977671 win32k!NtGdiGetStockObject
94aed1a4 94a3d03f win32k!NtGdiGetStats
94aed1a8 94a5db6c win32k!UMPDDrvCreateDeviceBitmap
94aed1ac 94a3d341 win32k!NtGdiGetServerMetaFileBits
94aed1b0 9493f281 win32k!NtGdiGetRgnBox
94aed1b4 94991895 win32k!NtGdiGetRegionData
94aed1b8 94919f13 win32k!NtGdiGetRealizationInfo
94aed1bc 94a37300 win32k!NtGdiGetRasterizerCaps
94aed1c0 94958b6d win32k!NtGdiGetRandomRgn
94aed1c4 948470e5 win32k!NtGdiGetPixel
94aed1c8 94a34464 win32k!NtGdiGetPath
94aed1cc 9490270d win32k!NtGdiGetOutlineTextMetricsInternalW
94aed1d0 9481c1ea win32k!NtGdiGetOPMRandomNumber
94aed1d4 94a3728c win32k!NtGdiGetObjectBitmapHandle
94aed1d8 9480e615 win32k!NtGdiGetNearestPaletteIndex
94aed1dc 948d47ba win32k!NtGdiGetNearestColor
94aed1e0 94a23a8b win32k!NtGdiGetMonitorID
94aed1e4 9480e20f win32k!NtGdiGetMiterLimit
94aed1e8 94a16b7b win32k!NtGdiGetLinkedUFIs
94aed1ec 94810e25 win32k!NtGdiGetKerningPairs
94aed1f0 9481c588 win32k!NtGdiGetOPMInformation
94aed1f4 948128e4 win32k!NtGdiGetGlyphOutline
94aed1f8 948e960d win32k!NtGdiGetGlyphIndicesWInternal
94aed1fc 948e976f win32k!NtGdiGetGlyphIndicesW
94aed200 94a368e8 win32k!NtGdiGetFontResourceInfoInternalW
94aed204 9483293a win32k!NtGdiGetFontFileInfo
94aed208 94a3d56f win32k!NtGdiGetFontFileData
94aed20c 949025bf win32k!NtGdiGetFontData
94aed210 94a3c454 win32k!NtGdiGetEudcTimeStampEx
94aed214 948108a4 win32k!NtGdiGetETM
94aed218 9490af31 win32k!NtGdiGetDIBitsInternal
94aed21c 948292dc win32k!NtGdiGetDeviceCapsAll
94aed220 94a3948c win32k!NtGdiGetDeviceGammaRamp
94aed224 94912fed win32k!NtGdiGetDeviceCaps
94aed228 94830793 win32k!NtGdiGetDCPoint
94aed22c 949565e2 win32k!NtGdiGetDCObject
94aed230 949097ad win32k!NtGdiGetDCforBitmap
94aed234 9495b4fb win32k!NtGdiGetDCDword
94aed238 94a38cf3 win32k!NtGdiGetCOPPCompatibleOPMInformation
94aed23c 94a3bbd1 win32k!NtGdiGetColorSpaceforBitmap
94aed240 94a37236 win32k!NtGdiGetColorAdjustment
94aed244 948f98a0 win32k!NtGdiGetCharWidthInfo
94aed248 948266f9 win32k!NtGdiGetCharWidthW
94aed24c 9495ee47 win32k!NtGdiGetCharSet
94aed250 94a37828 win32k!NtGdiGetCharacterPlacementW
94aed254 948f2920 win32k!NtGdiGetCharABCWidthsW
94aed258 9481c164 win32k!NtGdiGetCertificateSize
94aed25c 9481b84e win32k!NtGdiGetCertificate
94aed260 948f5957 win32k!NtGdiGetBoundsRect
94aed264 94a36193 win32k!NtGdiGetBitmapDimension
94aed268 9489eecb win32k!NtGdiGetBitmapBits
94aed26c 9495ef93 win32k!NtGdiGetAppClipBox
94aed270 94825adc win32k!NtGdiGetAndSetDCDword
94aed274 94a25984 win32k!NtGdiFullscreenControl
94aed278 94845e58 win32k!NtGdiFrameRgn
94aed27c 94a360d6 win32k!NtGdiForceUFIMapping
94aed280 94996f3b win32k!NtGdiFlush
94aed284 94a34c48 win32k!NtGdiFlattenPath
94aed288 94847f64 win32k!NtGdiFillRgn
94aed28c 94a349d2 win32k!NtGdiFillPath
94aed290 9495f82a win32k!NtGdiExtTextOutW
94aed294 9495b28a win32k!NtGdiExtSelectClipRgn
94aed298 94952a99 win32k!NtGdiExtGetObjectW
94aed29c 9481fc2c win32k!NtGdiExtFloodFill
94aed2a0 948285c1 win32k!NtGdiExtEscape
94aed2a4 948ad5ce win32k!NtGdiExtCreateRegion
94aed2a8 948419be win32k!NtGdiExtCreatePen
94aed2ac 948f8cb2 win32k!NtGdiExcludeClipRect
94aed2b0 94a3bd7b win32k!NtGdiEudcLoadUnloadLink
94aed2b4 948749c0 win32k!NtGdiEqualRgn
94aed2b8 94a3ebbb win32k!NtGdiEnumObjects
94aed2bc 948d39f1 win32k!NtGdiEnumFonts
94aed2c0 9480e933 win32k!NtGdiEndPath
94aed2c4 94a170c9 win32k!NtGdiEndPage
94aed2c8 94a37013 win32k!NtGdiEndGdiRendering
94aed2cc 94a17349 win32k!NtGdiEndDoc
94aed2d0 9485ae96 win32k!NtGdiEnableEudc
94aed2d4 94830e98 win32k!NtGdiEllipse
94aed2d8 94a37385 win32k!NtGdiDrawEscape
94aed2dc 948ee0ac win32k!NtGdiDoPalette
94aed2e0 94a16e56 win32k!NtGdiDoBanding
94aed2e4 94a16cff win32k!NtGdiGetPerBandInfo
94aed2e8 9481cc99 win32k!NtGdiDestroyOPMProtectedOutput
94aed2ec 94a3603f win32k!NtGdiDescribePixelFormat
94aed2f0 94985189 win32k!NtGdiDeleteObjectApp
94aed2f4 94a39914 win32k!NtGdiDeleteColorTransform
94aed2f8 94a39fe8 win32k!NtGdiDeleteColorSpace
94aed2fc 9482e015 win32k!NtGdiDeleteClientObj
94aed300 94a12dde win32k!NtGdiDdCreateSurfaceObject
94aed304 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed308 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed30c 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed310 94a12d45 win32k!NtGdiDvpUpdateVideoPort
94aed314 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed318 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed31c 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed320 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed324 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed328 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed32c 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed330 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed334 94a12d45 win32k!NtGdiDvpUpdateVideoPort
94aed338 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed33c 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed340 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed344 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed348 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed34c 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed350 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed354 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed358 94a12d90 win32k!NtGdiDdUnattachSurface
94aed35c 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed360 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed364 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed368 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed36c 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed370 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed374 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed378 94a12d2c win32k!EngUnlockDirectDrawSurface
94aed37c 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed380 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed384 94a12dac win32k!NtGdiDdQueryDirectDrawObject
94aed388 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed38c 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed390 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed394 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed398 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed39c 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3a0 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3a4 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3a8 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed3ac 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3b0 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3b4 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3b8 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3bc 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3c0 94a12dc5 win32k!HeapVidMemAllocAligned
94aed3c4 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3c8 94a12d2c win32k!EngUnlockDirectDrawSurface
94aed3cc 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3d0 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3d4 94a12d2c win32k!EngUnlockDirectDrawSurface
94aed3d8 94a12d2c win32k!EngUnlockDirectDrawSurface
94aed3dc 94a12dde win32k!NtGdiDdCreateSurfaceObject
94aed3e0 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3e4 94a12d5e win32k!NtGdiDdCreateD3DBuffer
94aed3e8 94a12d5e win32k!NtGdiDdCreateD3DBuffer
94aed3ec 94a12d2c win32k!EngUnlockDirectDrawSurface
94aed3f0 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3f4 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3f8 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed3fc 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed400 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed404 94a12cfa win32k!NtGdiDvpGetVideoPortBandwidth
94aed408 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed40c 94a12d77 win32k!NtGdiDdUpdateOverlay
94aed410 94a12d2c win32k!EngUnlockDirectDrawSurface
94aed414 94a12d13 win32k!NtGdiD3dDrawPrimitives2
94aed418 94a12d2c win32k!EngUnlockDirectDrawSurface
94aed41c 94a12d2c win32k!EngUnlockDirectDrawSurface
94aed420 94a12d2c win32k!EngUnlockDirectDrawSurface
94aed424 94a12d45 win32k!NtGdiDvpUpdateVideoPort
94aed428 94984a13 win32k!NtGdiCreateSolidBrush
94aed42c 94a3d426 win32k!NtGdiCreateServerMetaFile
94aed430 948f8714 win32k!NtGdiCreateRoundRectRgn
94aed434 94913080 win32k!NtGdiCreateRectRgn
94aed438 948f6159 win32k!NtGdiCreatePen
94aed43c 94914267 win32k!NtGdiCreatePatternBrushInternal
94aed440 94917d18 win32k!NtGdiCreatePaletteInternal
94aed444 9481bab4 win32k!NtGdiCreateOPMProtectedOutputs
94aed448 94825d9a win32k!NtGdiCreateMetafileDC
94aed44c 94a3baa8 win32k!NtGdiCreateHatchBrushInternal
94aed450 9488e87b win32k!NtGdiCreateHalftonePalette
94aed454 94a20abe win32k!NtGdiCreateEllipticRgn
94aed458 94a375be win32k!NtGdiCreateSessionMappedDIBSection
94aed45c 94958c5e win32k!NtGdiCreateDIBSection
94aed460 949069a4 win32k!NtGdiCreateDIBitmapInternal
94aed464 9480aa09 win32k!NtGdiCreateDIBBrush
94aed468 9497d614 win32k!NtGdiCreateCompatibleDC
94aed46c 949128ca win32k!NtGdiCreateCompatibleBitmap
94aed470 94a399a6 win32k!NtGdiCreateColorTransform
94aed474 94a39ff6 win32k!NtGdiCreateColorSpace
94aed478 9482e052 win32k!NtGdiCreateClientObj
94aed47c 94a37081 win32k!NtGdiCreateBitmapFromDxSurface2
94aed480 94a3708f win32k!NtGdiCreateBitmapFromDxSurface
94aed484 9497f3dc win32k!NtGdiCreateBitmap
94aed488 94a2aa56 win32k!NtGdiConvertMetafileRect
94aed48c 94a38bf1 win32k!NtGdiConfigureOPMProtectedOutput
94aed490 9489737d win32k!NtGdiComputeXformCoefficients
94aed494 94825f7d win32k!NtGdiCombineTransform
94aed498 94997219 win32k!NtGdiCombineRgn
94aed49c 94a39513 win32k!NtGdiColorCorrectPalette
94aed4a0 94a36fd3 win32k!NtGdiClearBrushAttributes
94aed4a4 9485fc59 win32k!NtGdiClearBitmapAttributes
94aed4a8 9480e9ad win32k!NtGdiCloseFigure
94aed4ac 94a3967d win32k!NtGdiCheckBitmapBits
94aed4b0 94a3713a win32k!NtGdiCancelDC
94aed4b4 94956882 win32k!NtGdiBitBlt
94aed4b8 9480e83a win32k!NtGdiBeginPath
94aed4bc 94a37073 win32k!NtGdiBeginGdiRendering
94aed4c0 94a3f0ed win32k!NtGdiArcInternal
94aed4c4 948f2619 win32k!NtGdiFontIsLinked
94aed4c8 948f2627 win32k!NtGdiAnyLinkedFonts
94aed4cc 94a37478 win32k!NtGdiAngleArc
94aed4d0 94959110 win32k!NtGdiAlphaBlend
94aed4d4 94a16387 win32k!NtGdiAddRemoteMMInstanceToDC
94aed4d8 94a165b1 win32k!NtGdiRemoveMergeFont
94aed4dc 94a36c80 win32k!NtGdiAddFontMemResourceEx
94aed4e0 94a275ac win32k!NtGdiAddRemoteFontToDC
94aed4e4 94867b1f win32k!NtGdiAddFontResourceW
94aed4e8 94a34d11 win32k!NtGdiAbortPath
94aed4ec 94a17331 win32k!NtGdiAbortDoc
94aed4f0 948b2b60 win32k!NtUserDefSetText
94aed4f4 94922e65 win32k!NtUserDeferWindowPos
94aed4f8 9488ff30 win32k!NtUserDdeInitialize
94aed4fc 948534fa win32k!NtUserCreateWindowStation
94aed500 94913175 win32k!NtUserCreateWindowEx
94aed504 9482be42 win32k!NtUserCreateLocalMemHandle
94aed508 9480e67f win32k!NtUserCreateInputContext
94aed50c 9486c45f win32k!NtUserCreateDesktopEx
94aed510 948badc5 win32k!NtUserCreateCaret
94aed514 948f58ad win32k!NtUserCreateAcceleratorTable
94aed518 94876149 win32k!NtUserCountClipboardFormats
94aed51c 948af0b1 win32k!NtUserCopyAcceleratorTable
94aed520 9482adcc win32k!NtUserConvertMemHandle
94aed524 9499969b win32k!NtUserConsoleControl
94aed528 9493ca45 win32k!NtUserCloseWindowStation
94aed52c 94936ea5 win32k!NtUserCloseDesktop
94aed530 9487e8b1 win32k!NtUserCloseClipboard
94aed534 94874cdd win32k!NtUserClipCursor
94aed538 9487e812 win32k!NtUserChildWindowFromPointEx
94aed53c 948fc177 win32k!NtUserCheckMenuItem
94aed540 949c8924 win32k!NtUserCheckWindowThreadDesktop
94aed544 94898341 win32k!NtUserDwmValidateWindow
94aed548 949c4e17 win32k!NtUserCheckAccessForIntegrityLevel
94aed54c 949c7ac0 win32k!NtUserDisplayConfigSetDeviceInfo
94aed550 948c9cbe win32k!NtUserDisplayConfigGetDeviceInfo
94aed554 948c92b3 win32k!NtUserQueryDisplayConfig
94aed558 949c7ca1 win32k!NtUserSetDisplayConfig
94aed55c 948c91ba win32k!NtUserGetDisplayConfigBufferSizes
94aed560 948cb6ae win32k!NtUserChangeDisplaySettings
94aed564 9480aaa3 win32k!NtUserChangeClipboardChain
94aed568 94912ee4 win32k!NtUserCallTwoParam
94aed56c 94978fe3 win32k!NtUserCallOneParam
94aed570 949791d8 win32k!NtUserCallNoParam
94aed574 9484844b win32k!NtUserCallNextHookEx
94aed578 94838c1a win32k!NtUserCallMsgFilter
94aed57c 948be6a7 win32k!NtUserCallHwndParamLock
94aed580 948d2e60 win32k!NtUserCallHwndParam
94aed584 9488f9e1 win32k!NtUserCallHwndOpt
94aed588 9493ef80 win32k!NtUserCallHwndLock
94aed58c 9488f861 win32k!NtUserCallHwnd
94aed590 949c85bf win32k!NtUserBuildPropList
94aed594 949370fa win32k!NtUserBuildNameList
94aed598 9493cd1b win32k!NtUserBuildHwndList
94aed59c 949245dc win32k!NtUserBuildHimcList
94aed5a0 9480c806 win32k!NtUserBlockInput
94aed5a4 94882e6d win32k!NtUserBitBltSysBmp
94aed5a8 9495e798 win32k!NtUserBeginPaint
94aed5ac 948af023 win32k!NtUserAttachThreadInput
94aed5b0 9492487b win32k!NtUserAssociateInputContext
94aed5b4 949c8a31 win32k!NtUserAlterWindowStyle
94aed5b8 9487e548 win32k!NtUserAddClipboardFormatListener
94aed5bc 949c8528 win32k!NtUserActivateKeyboardLayout
94aed5c0 949c22df win32k!NtUserDelegateCapturePointers
94aed5c4 948ae31a win32k!NtUserDelegateInput
94aed5c8 949585fd win32k!NtUserDispatchMessage
94aed5cc 948ceab6 win32k!NtUserDisableThreadIme
94aed5d0 94943f4d win32k!NtUserDestroyWindow
94aed5d4 948b0745 win32k!NtUserDestroyMenu
94aed5d8 9480db41 win32k!NtUserDestroyInputContext
94aed5dc 94906246 win32k!NtUserDestroyCursor
94aed5e0 948b06d1 win32k!NtUserDestroyAcceleratorTable
94aed5e4 948b9519 win32k!NtUserDeleteMenu
94aed5e8 94858174 win32k!NtUserDoSoundDisconnect
94aed5ec 9486438b win32k!NtUserDoSoundConnect
94aed5f0 9490b31b win32k!NtUserGhostWindowFromHungWindow
94aed5f4 949ca56d win32k!NtUserGetWOWClass
94aed5f8 948d4c9c win32k!NtUserGetWindowPlacement
94aed5fc 949c9e2a win32k!NtUserGetWindowDisplayAffinity
94aed600 94912ffb win32k!NtUserGetWindowDC
94aed604 949153e8 win32k!NtUserGetWindowCompositionAttribute
94aed608 94915d37 win32k!NtUserGetWindowCompositionInfo
94aed60c 94967d84 win32k!NtUserGetWindowBand
94aed610 9481ae0b win32k!NtUserGetUpdateRgn
94aed614 948c0315 win32k!NtUserGetUpdateRect
94aed618 949c5162 win32k!NtUserGetUpdatedClipboardFormats
94aed61c 949c9ed7 win32k!NtUserGetTopLevelWindow
94aed620 948ef3e2 win32k!NtUserGetTitleBarInfo
94aed624 94945de7 win32k!NtUserGetThreadState
94aed628 94984863 win32k!NtUserGetThreadDesktop
94aed62c 948d2f9b win32k!NtUserGetSystemMenu
94aed630 94924fc5 win32k!NtUserGetScrollBarInfo
94aed634 949c56a9 win32k!NtUserGetRegisteredRawInputDevices
94aed638 948307ec win32k!NtUserGetRawInputDeviceList
94aed63c 94808006 win32k!NtUserGetRawInputDeviceInfo
94aed640 949c571f win32k!NtUserGetRawInputData
94aed644 949c5389 win32k!NtUserGetRawInputBuffer
94aed648 9492b550 win32k!NtUserGetProcessWindowStation
94aed64c 949c963f win32k!NtUserGetPriorityClipboardFormat
94aed650 9482bd8c win32k!NtUserGetOpenClipboardWindow
94aed654 94936a95 win32k!NtUserGetObjectInformation
94aed658 949c8eb4 win32k!NtUserGetMouseMovePointsEx
94aed65c 94963dcc win32k!NtUserGetMessage
94aed660 9481cf26 win32k!NtUserGetMenuItemRect
94aed664 949c9c77 win32k!NtUserGetMenuIndex
94aed668 948ff306 win32k!NtUserGetMenuBarInfo
94aed66c 949ca1ea win32k!NtUserGetListBoxInfo
94aed670 94922a91 win32k!NtUserGetKeyState
94aed674 949c81d2 win32k!NtUserGetKeyNameText
94aed678 948ff94d win32k!NtUserGetKeyboardState
94aed67c 948473e1 win32k!NtUserGetKeyboardLayoutName
94aed680 948d88c8 win32k!NtUserGetKeyboardLayoutList
94aed684 949ca481 win32k!NtUserGetInternalWindowPos
94aed688 949c8088 win32k!NtUserGetInputLocaleInfo
94aed68c 9491845d win32k!NtUserGetImeInfoEx
94aed690 949c64b0 win32k!NtUserGetImeHotKey
94aed694 94918831 win32k!NtUserGetIconSize
94aed698 94926ce3 win32k!NtUserGetIconInfo
94aed69c 949145d5 win32k!NtUserGetGUIThreadInfo
94aed6a0 9490bfbe win32k!NtUserGetGuiResources
94aed6a4 948ed889 win32k!NtUserGetGlobalIMEStatus
94aed6a8 9493d3b9 win32k!NtUserGetForegroundWindow
94aed6ac 948f37c2 win32k!NtUserGetDoubleClickTime
94aed6b0 948b7ec5 win32k!NtUserGetDesktopID
94aed6b4 948f5fc5 win32k!NtUserGetDCEx
94aed6b8 949574a5 win32k!NtUserGetDC
94aed6bc 948431e3 win32k!NtUserGetCursorInfo
94aed6c0 948baae1 win32k!NtUserGetCursorFrameInfo
94aed6c4 94843371 win32k!NtUserGetCurrentInputMessageSource
94aed6c8 948ec977 win32k!NtUserGetCPD
94aed6cc 949c970f win32k!NtUserGetControlColor
94aed6d0 948b2812 win32k!NtUserGetControlBrush
94aed6d4 94832e57 win32k!NtUserGetComboBoxInfo
94aed6d8 949c9ce0 win32k!NtUserGetClipCursor
94aed6dc 949c96dc win32k!NtUserGetClipboardViewer
94aed6e0 9487e884 win32k!NtUserGetClipboardSequenceNumber
94aed6e4 9487ea02 win32k!NtUserGetClipboardOwner
94aed6e8 948474b7 win32k!NtUserGetClipboardFormatName
94aed6ec 9482bc26 win32k!NtUserGetClipboardData
94aed6f0 94925ce5 win32k!NtUserGetClassName
94aed6f4 9493a288 win32k!NtUserGetClassInfoEx
94aed6f8 948343ef win32k!NtUserGetCaretPos
94aed6fc 948d2d05 win32k!NtUserGetCaretBlinkTime
94aed700 949172c3 win32k!NtUserGetAtomName
94aed704 948fd8ca win32k!NtUserGetAsyncKeyState
94aed708 949c63a7 win32k!NtUserGetAppImeLevel
94aed70c 949283e4 win32k!NtUserGetAncestor
94aed710 949ca04f win32k!NtUserGetAltTabInfo
94aed714 949c502d win32k!NtUserFrostCrashedWindow
94aed718 9489ab08 win32k!NtUserFlashWindowEx
94aed71c 9493b76c win32k!NtUserFindWindowEx
94aed720 94912b54 win32k!NtUserFindExistingCursorIcon
94aed724 948bbf60 win32k!NtUserFillWindow
94aed728 9480aef3 win32k!NtUserExcludeUpdateRgn
94aed72c 949ca605 win32k!NtUserEvent
94aed730 94928534 win32k!NtUserEnumDisplaySettings
94aed734 9493d9b7 win32k!NtUserEnumDisplayMonitors
94aed738 94916b2b win32k!NtUserEnumDisplayDevices
94aed73c 9495e559 win32k!NtUserEndPaint
94aed740 948aff52 win32k!NtUserEndMenu
94aed744 94922d79 win32k!NtUserEndDeferWindowPosEx
94aed748 94810d35 win32k!NtUserEnableScrollBar
94aed74c 94821606 win32k!NtUserEnableMenuItem
94aed750 9482ad7f win32k!NtUserEmptyClipboard
94aed754 949c79b0 win32k!NtUserDrawMenuBarTemp
94aed758 94928294 win32k!NtUserDrawIconEx
94aed75c 949c7799 win32k!NtUserDrawCaptionTemp
94aed760 949c998e win32k!NtUserDrawCaption
94aed764 949c9a87 win32k!NtUserDrawAnimatedRects
94aed768 949ca7a7 win32k!NtUserDragObject
94aed76c 949c8423 win32k!NtUserDragDetect
94aed770 948a71a6 win32k!NtUserHandleDelegatedInput
94aed774 949ca1a3 win32k!NtUserRealChildWindowFromPoint
94aed778 9493d187 win32k!NtUserQueryWindow
94aed77c 949c8311 win32k!NtUserQuerySendMessage
94aed780 9491e607 win32k!NtUserQueryInputContext
94aed784 94863128 win32k!NtUserQueryInformationThread
94aed788 949c17d3 win32k!NtUserQueryBSDRWindow
94aed78c 94984a98 win32k!NtUserProcessConnect
94aed790 949c593c win32k!NtUserPrintWindow
94aed794 94946233 win32k!NtUserPostThreadMessage
94aed798 94945ad2 win32k!NtUserPostMessage
94aed79c 9489fce6 win32k!NtUserPhysicalToLogicalPoint
94aed7a0 94967331 win32k!NtUserPeekMessage
94aed7a4 949c97e7 win32k!NtUserPaintMonitor
94aed7a8 949c98f2 win32k!NtUserPaintDesktop
94aed7ac 9493c979 win32k!NtUserOpenWindowStation
94aed7b0 949c89b8 win32k!NtUserOpenThreadDesktop
94aed7b4 948904dd win32k!NtUserOpenInputDesktop
94aed7b8 94936f02 win32k!NtUserOpenDesktop
94aed7bc 9487672a win32k!NtUserOpenClipboard
94aed7c0 9493f4a0 win32k!NtUserNotifyWinEvent
94aed7c4 9498e8ae win32k!NtUserNotifyProcessCreate
94aed7c8 948ed019 win32k!NtUserNotifyIMEStatus
94aed7cc 948c05da win32k!NtUserMoveWindow
94aed7d0 9487fe48 win32k!NtUserModifyUserStartupInfoFlags
94aed7d4 949c93cb win32k!NtUserMNDragOver
94aed7d8 949c9380 win32k!NtUserMNDragLeave
94aed7dc 949c949d win32k!NtUserMinMaximize
94aed7e0 94967728 win32k!NtUserMessageCall
94aed7e4 949c8b42 win32k!NtUserMenuItemFromPoint
94aed7e8 948fc995 win32k!NtUserMapVirtualKeyEx
94aed7ec 9489fa91 win32k!NtUserLogicalToPhysicalPoint
94aed7f0 94818910 win32k!NtUserLockWorkStation
94aed7f4 94807061 win32k!NtUserLockWindowUpdate
94aed7f8 94862419 win32k!NtUserLockWindowStation
94aed7fc 9485939a win32k!NtUserLoadKeyboardLayoutEx
94aed800 94963030 win32k!NtUserKillTimer
94aed804 948983f0 win32k!NtUserIsTopLevelWindow
94aed808 948801f8 win32k!NtUserIsClipboardFormatAvailable
94aed80c 94923415 win32k!NtUserInvalidateRgn
94aed810 94958ef4 win32k!NtUserInvalidateRect
94aed814 949c0b88 win32k!NtUserInternalGetWindowIcon
94aed818 94926271 win32k!NtUserInternalGetWindowText
94aed81c 949ca344 win32k!NtUserInitTask
94aed820 9485e8e0 win32k!NtUserInitializeClientPfnArrays
94aed824 948698f5 win32k!NtUserInitialize
94aed828 949c8266 win32k!NtUserImpersonateDdeClientWindow
94aed82c 9490c082 win32k!NtUserHungWindowFromGhostWindow
94aed830 949c9566 win32k!NtUserHiliteMenuItem
94aed834 948f94ac win32k!NtUserHideCaret
94aed838 9487fd41 win32k!NtUserHardErrorControl
94aed83c 94967952 win32k!NtUserRealInternalGetMessage
94aed840 949c8d23 win32k!NtUserRealWaitMessageEx
94aed844 949013d0 win32k!NtUserTranslateMessage
94aed848 9489bcd0 win32k!NtUserTranslateAccelerator
94aed84c 948f9d3b win32k!NtUserPaintMenuBar
94aed850 948eef73 win32k!NtUserCalcMenuBar
94aed854 949c37b3 win32k!NtUserCalculatePopupWindowPosition
94aed858 94839d86 win32k!NtUserTrackPopupMenuEx
94aed85c 9493b48c win32k!NtUserTrackMouseEvent
94aed860 9481b45f win32k!NtUserToUnicodeEx
94aed864 948f53e7 win32k!NtUserThunkedMenuItemInfo
94aed868 9481ae9e win32k!NtUserThunkedMenuInfo
94aed86c 949c8abd win32k!NtUserTestForInteractiveUser
94aed870 9494d9d5 win32k!NtUserSystemParametersInfo
94aed874 94866cec win32k!NtUserSwitchDesktop
94aed878 94830748 win32k!NtUserSoundSentry
94aed87c 94858230 win32k!NtUserShutdownReasonDestroy
94aed880 948703cd win32k!NtUserShutdownBlockReasonQuery
94aed884 9488f118 win32k!NtUserShutdownBlockReasonCreate
94aed888 949c9107 win32k!NtUserShowWindowAsync
94aed88c 9491d523 win32k!NtUserShowWindow
94aed890 94925b68 win32k!NtUserShowScrollBar
94aed894 948f93aa win32k!NtUserShowCaret
94aed898 948ecbf0 win32k!NtUserSetWinEventHook
94aed89c 9480bc6c win32k!NtUserSetWindowWord
94aed8a0 94857c87 win32k!NtUserSetWindowStationUser
94aed8a4 948ce718 win32k!NtUserSetWindowsHookEx
94aed8a8 949c91c4 win32k!NtUserSetWindowsHookAW
94aed8ac 9481b27a win32k!NtUserSetWindowRgnEx
94aed8b0 948ea853 win32k!NtUserGetWindowRgnEx
94aed8b4 948ef5ab win32k!NtUserSetWindowRgn
94aed8b8 949377dd win32k!NtUserSetWindowPos
94aed8bc 9489166f win32k!NtUserSetWindowPlacement
94aed8c0 9491736d win32k!NtUserSetWindowLong
94aed8c4 94918564 win32k!NtUserSetWindowFNID
94aed8c8 949c9d81 win32k!NtUserSetWindowDisplayAffinity
94aed8cc 948b7b85 win32k!NtUserSetWindowCompositionTransition
94aed8d0 949c4f5c win32k!NtUserUpdateDefaultDesktopThumbnail
94aed8d4 948fd9e2 win32k!NtUserSetWindowCompositionAttribute
94aed8d8 948acc52 win32k!NtUserSetWindowBand
94aed8dc 949c50f7 win32k!NtUserSetProcessUIAccessZorder
94aed8e0 948e9bfe win32k!NtUserSetProcessDPIAware
94aed8e4 9495871c win32k!NtUserSetTimer
94aed8e8 948c079d win32k!NtUserSetThreadState
94aed8ec 949c62e1 win32k!NtUserSetThreadLayoutHandles
94aed8f0 94935646 win32k!NtUserSetThreadDesktop
94aed8f4 949c839b win32k!NtUserSetSystemTimer
94aed8f8 9481af56 win32k!NtUserSetSystemMenu
94aed8fc 949c8cbc win32k!NtUserSetSystemCursor
94aed900 94864e06 win32k!NtUserSetSysColors
94aed904 94891efc win32k!NtUserSetShellWindowEx
94aed908 94924cc1 win32k!NtUserSetScrollInfo
94aed90c 949582ec win32k!NtUserSetProp
94aed910 94958187 win32k!NtUserGetProp
94aed914 949360c0 win32k!NtUserSetProcessWindowStation
94aed918 948b9898 win32k!NtUserSetParent
94aed91c 949caa87 win32k!NtUserSetObjectInformation
94aed920 949c9b93 win32k!NtUserSetMenuFlagRtoL
94aed924 94874c5e win32k!NtUserSetMenuDefaultItem
94aed928 949c9c01 win32k!NtUserSetMenuContextHelpId
94aed92c 948f9212 win32k!NtUserSetMenu
94aed930 948fddd3 win32k!NtUserSetKeyboardState
94aed934 949c9f22 win32k!NtUserSetInternalWindowPos
94aed938 94944d58 win32k!NtUserSetInformationThread
94aed93c 948ed0e9 win32k!NtUserSetImeOwnerWindow
94aed940 94864281 win32k!NtUserSetImeInfoEx
94aed944 9485954e win32k!NtUserSetImeHotKey
94aed948 948bf080 win32k!NtUserSetFocus
94aed94c 94905c9e win32k!NtUserSetCursorIconData
94aed950 949c8c3b win32k!NtUserSetCursorContents
94aed954 948ba143 win32k!NtUserSetCursor
94aed958 9481030c win32k!NtUserSetClipboardViewer
94aed95c 9482ae57 win32k!NtUserSetClipboardData
94aed960 949c9314 win32k!NtUserSetClassWord
94aed964 94895d37 win32k!NtUserSetClassLong
94aed968 94891a5b win32k!NtUserSetChildWindowNoActivate
94aed96c 94896d81 win32k!NtUserSetCapture
94aed970 949c6419 win32k!NtUserSetAppImeLevel
94aed974 948c0080 win32k!NtUserSetActiveWindow
94aed978 94904c5a win32k!NtUserSendInput
94aed97c 94906bbf win32k!NtUserSelectPalette
94aed980 94876488 win32k!NtUserScrollWindowEx
94aed984 9499b7e4 win32k!NtUserScrollDC
94aed988 94924ec6 win32k!NtUserSBGetParms
94aed98c 949ca90f win32k!NtUserResolveDesktopForWOW
94aed990 94958494 win32k!NtUserRemoveProp
94aed994 94874bb0 win32k!NtUserRemoveMenu
94aed998 948802c9 win32k!NtUserRemoveClipboardFormatListener
94aed99c 94936c5a win32k!NtUserRegisterWindowMessage
94aed9a0 949ca2cd win32k!NtUserRegisterTasklist
94aed9a4 949c4c9d win32k!NtUserRegisterServicesProcess
94aed9a8 9488f5b8 win32k!NtUserRegisterRawInputDevices
94aed9ac 948fd7a4 win32k!NtUserRegisterHotKey
94aed9b0 9486e2ce win32k!NtUserRegisterUserApiHook
94aed9b4 949c5090 win32k!NtUserRegisterErrorReportingDialog
94aed9b8 94913d33 win32k!NtUserRegisterClassExWOW
94aed9bc 94869622 win32k!NtUserRegisterBSDRWindow
94aed9c0 949230aa win32k!NtUserRedrawWindow
94aed9c4 948a8ee6 win32k!NtUserUndelegateInput
94aed9c8 948d4f5e win32k!NtUserGetWindowMinimizeRect
94aed9cc 948562a0 win32k!NtUserDwmStopRedirection
94aed9d0 9486e5e1 win32k!NtUserDwmStartRedirection
94aed9d4 949c5b29 win32k!NtUserUpdateWindowTransform
94aed9d8 948ae857 win32k!NtUserCheckProcessSession
94aed9dc 9486983f win32k!NtUserUnregisterSessionPort
94aed9e0 9486eee4 win32k!NtUserRegisterSessionPort
94aed9e4 9486e331 win32k!NtUserRegisterSessionProcess
94aed9e8 949cabab win32k!NtUserCtxDisplayIOCtl
94aed9ec 949cacc4 win32k!NtUserRemoteStopScreenUpdates
94aed9f0 949cad34 win32k!NtUserRemoteRedrawScreen
94aed9f4 949cadad win32k!NtUserRemoteRedrawRectangle
94aed9f8 9485babb win32k!NtUserRemoteConnect
94aed9fc 949c8d93 win32k!NtUserYieldTask
94aeda00 9489e3b3 win32k!NtUserWindowFromPoint
94aeda04 9489ffc2 win32k!NtUserWindowFromPhysicalPoint
94aeda08 94962da4 win32k!NtUserWaitMessage
94aeda0c 949ca8b9 win32k!NtUserWaitForMsgAndEvent
94aeda10 9489bead win32k!NtUserWaitForInputIdle
94aeda14 9489693f win32k!NtUserVkKeyScanEx
94aeda18 949632b1 win32k!NtUserValidateTimerCallback
94aeda1c 948b6330 win32k!NtUserValidateRect
94aeda20 9484707b win32k!NtUserValidateHandleSecure
94aeda24 949c86c3 win32k!NtUserUserHandleGrantAccess
94aeda28 94859346 win32k!NtUserUpdatePerUserSystemParameters
94aeda2c 948b21f1 win32k!NtUserSetLayeredWindowAttributes
94aeda30 949c59ff win32k!NtUserGetLayeredWindowAttributes
94aeda34 948b1f69 win32k!NtUserUpdateLayeredWindow
94aeda38 949ca6c1 win32k!NtUserUpdateInstance
94aeda3c 9491837b win32k!NtUserUpdateInputContext
94aeda40 949015e6 win32k!NtUserUnregisterHotKey
94aeda44 949ca276 win32k!NtUserUnregisterUserApiHook
94aeda48 949466ff win32k!NtUserUnregisterClass
94aeda4c 9485803e win32k!NtUserUnlockWindowStation
94aeda50 949c84b5 win32k!NtUserUnloadKeyboardLayout
94aeda54 9492426f win32k!NtUserUnhookWinEvent
94aeda58 9493ff39 win32k!NtUserUnhookWindowsHookEx
94aeda5c 949c5336 win32k!NtUserDwmControl
94aeda60 949c3ad3 win32k!NtUserGetTouchInputInfo
94aeda64 949c3c03 win32k!NtUserEndTouchOperation
94aeda68 949c3cd5 win32k!NtUserSendTouchInput
94aeda6c 949c3e68 win32k!NtUserIsTouchWindow
94aeda70 948311ee win32k!NtUserModifyWindowTouchCapability
94aeda74 949c3a89 win32k!NtUserRefreshTouchSysParams
94aeda78 949c39ab win32k!NtUserQueryWin32kPowerInfo
94aeda7c 94a4416f win32k!NtGdiEngStretchBltROP
94aeda80 94a42a56 win32k!NtGdiEngTextOut
94aeda84 94a42c78 win32k!NtGdiEngTransparentBlt
94aeda88 94a42e11 win32k!NtGdiEngGradientFill
94aeda8c 94a4313e win32k!NtGdiEngAlphaBlend
94aeda90 94a432ee win32k!NtGdiEngLineTo
94aeda94 94a43424 win32k!NtGdiEngPaint
94aeda98 94a43549 win32k!NtGdiEngStrokeAndFillPath
94aeda9c 94a4373a win32k!NtGdiEngFillPath
94aedaa0 94a438a9 win32k!NtGdiEngStrokePath
94aedaa4 94a44c3e win32k!NtGdiEngMarkBandingSurface
94aedaa8 94a43ea3 win32k!NtGdiEngPlgBlt
94aedaac 94a44572 win32k!NtGdiEngStretchBlt
94aedab0 94a43a93 win32k!NtGdiEngBitBlt
94aedab4 94a43e51 win32k!NtGdiEngLockSurface
94aedab8 94a43dfa win32k!NtGdiEngUnlockSurface
94aedabc 94a42937 win32k!NtGdiEngEraseSurface
94aedac0 94a44cb9 win32k!NtGdiEngDeleteSurface
94aedac4 94811279 win32k!NtGdiEngDeletePalette
94aedac8 94a448b1 win32k!NtGdiEngCopyBits
94aedacc 94a40b82 win32k!NtGdiEngComputeGlyphSet
94aedad0 94828c4f win32k!NtGdiEngCreatePalette
94aedad4 94a414c0 win32k!NtGdiEngCreateDeviceBitmap
94aedad8 94a41501 win32k!NtGdiEngCreateDeviceSurface
94aedadc 94a44a72 win32k!NtGdiEngCreateBitmap
94aedae0 94a44ce6 win32k!NtGdiEngAssociateSurface
94aedae4 94847740 win32k!NtUserSetWindowFeedbackSetting
94aedae8 948aab50 win32k!NtUserRegisterEdgy
94aedaec 949c1a71 win32k!NtUserGetWindowFeedbackSetting
94aedaf0 949c1753 win32k!NtUserGetTouchValidationStatus
94aedaf4 949c1651 win32k!NtUserVerifyTHQBlob
94aedaf8 949c15f4 win32k!NtUserSetLicensingType
94aedafc 949c1592 win32k!NtUserGetLicensingType
94aedb00 949c14be win32k!NtUserSetTHQAPublicKey
94aedb04 9489c820 win32k!NtUserInitializeTouchInjection
94aedb08 948a35a7 win32k!NtUserInjectTouchInput
94aedb0c 948eca55 win32k!NtUserRegisterTouchHitTestingWindow
94aedb10 949c2467 win32k!NtUserSetDisplayMapping
94aedb14 949c25ad win32k!NtUserSetCalibrationData
94aedb18 949c27ea win32k!NtUserGetRawPointerDeviceData
94aedb1c 949c2985 win32k!NtUserGetPointerDeviceCursors
94aedb20 948a0310 win32k!NtUserGetPointerDeviceRects
94aedb24 948922f1 win32k!NtUserRegisterPointerDeviceNotifications
94aedb28 949c2b39 win32k!NtUserGetPointerDeviceProperties
94aedb2c 948a048e win32k!NtUserGetPointerDevice
94aedb30 94892185 win32k!NtUserGetPointerDevices
94aedb34 949c2d2e win32k!NtUserPromotePointer
94aedb38 948a735c win32k!NtUserDiscardPointerFrameMessages
94aedb3c 949c2e01 win32k!NtUserRegisterPointerInputTarget
94aedb40 948a003c win32k!NtUserGetPointerInfoList
94aedb44 949c2ed8 win32k!NtUserGetPointerCursorId
94aedb48 948a1870 win32k!NtUserGetPointerType
94aedb4c 949c2f89 win32k!NtUserGetGestureConfig
94aedb50 948914c5 win32k!NtUserSetGestureConfig
94aedb54 949c31b5 win32k!NtUserManageGestureHandlerWindow
94aedb58 949c3278 win32k!NtUserGetGestureExtArgs
94aedb5c 949c3399 win32k!NtUserGetGestureInfo
94aedb60 949c3508 win32k!NtUserInjectGesture
94aedb64 948ea692 win32k!NtUserChangeWindowMessageFilterEx
94aedb68 94a40dec win32k!NtGdiXLATEOBJ_hGetColorTransform
94aedb6c 94a40ca6 win32k!NtGdiXLATEOBJ_iXlate
94aedb70 94a40d11 win32k!NtGdiXLATEOBJ_cGetPalette
94aedb74 94a427af win32k!NtGdiEngDeleteClip
94aedb78 94a4281a win32k!NtGdiEngCreateClip
94aedb7c 94a4286a win32k!NtGdiEngDeletePath
94aedb80 94a428d5 win32k!NtGdiCLIPOBJ_ppoGetPath
94aedb84 94a426f4 win32k!NtGdiCLIPOBJ_cEnumStart
94aedb88 94a425e7 win32k!NtGdiCLIPOBJ_bEnum
94aedb8c 94a423c9 win32k!NtGdiBRUSHOBJ_hGetColorTransform
94aedb90 94a42509 win32k!NtGdiBRUSHOBJ_pvGetRbrush
94aedb94 94a4257d win32k!NtGdiBRUSHOBJ_pvAllocRbrush
94aedb98 94a42430 win32k!NtGdiBRUSHOBJ_ulGetBrushColor
94aedb9c 94a421a5 win32k!NtGdiXFORMOBJ_iGetXform
94aedba0 94a4225b win32k!NtGdiXFORMOBJ_bApplyXform
94aedba4 94a41b2b win32k!NtGdiFONTOBJ_pQueryGlyphAttrs
94aedba8 94a41c3d win32k!NtGdiFONTOBJ_pfdg
94aedbac 94a41a09 win32k!NtGdiFONTOBJ_pifi
94aedbb0 94a41efa win32k!NtGdiFONTOBJ_cGetGlyphs
94aedbb4 94a41dc4 win32k!NtGdiFONTOBJ_pxoGetXform
94aedbb8 94a420bd win32k!NtGdiFONTOBJ_vGetInfo
94aedbbc 94a41e19 win32k!NtGdiFONTOBJ_cGetAllGlyphHandles
94aedbc0 94a40e53 win32k!NtGdiFONTOBJ_pvTrueTypeFontFile
94aedbc4 94a41705 win32k!NtGdiSTROBJ_dwGetCodePage
94aedbc8 94a41765 win32k!NtGdiSTROBJ_vEnumStart
94aedbcc 94a417c9 win32k!NtGdiSTROBJ_bGetAdvanceWidths
94aedbd0 94a418a8 win32k!NtGdiSTROBJ_bEnumPositionsOnly
94aedbd4 94a418c6 win32k!NtGdiSTROBJ_bEnum
94aedbd8 94a40f57 win32k!NtGdiPATHOBJ_bEnumClipLines
94aedbdc 94a410ee win32k!NtGdiPATHOBJ_vEnumStartClipLines
94aedbe0 94a4121b win32k!NtGdiPATHOBJ_vEnumStart
94aedbe4 94a412bc win32k!NtGdiPATHOBJ_bEnum
94aedbe8 94a41428 win32k!NtGdiPATHOBJ_vGetBounds
94aedbec 94a40c27 win32k!NtGdiEngCheckAbort
94aedbf0 94a416cf win32k!NtGdiGetDhpdev
94aedbf4 94a40a52 win32k!NtGdiHT_Get8BPPMaskPalette
94aedbf8 94a40af3 win32k!NtGdiHT_Get8BPPFormatPalette
94aedbfc 94a2a5bc win32k!NtGdiUpdateTransform
94aedc00 94a41582 win32k!NtGdiUMPDEngFreeUserMem
94aedc04 94a4161c win32k!NtGdiBRUSHOBJ_DeleteRbrush
94aedc08 94827f43 win32k!NtGdiSetPUMPDOBJ
94aedc0c 9480c0f5 win32k!NtGdiSetUMPDSandboxState
94aedc10 9495d5bb win32k!NtGdiDrawStream
94aedc14 94a35e9e win32k!NtGdiSfmOpenTokenEvent
94aedc18 94a35e00 win32k!NtGdiSfmGetNotificationTokens
94aedc1c 94938558 win32k!NtGdiHLSurfSetInformation
94aedc20 948e9d1f win32k!NtGdiHLSurfGetInformation
94aedc24 9481c8b3 win32k!NtGdiDdDDIGetScanLine
94aedc28 94a1140b win32k!NtGdiDdDDIReleaseProcessVidPnSourceOwners
94aedc2c 94a1141a win32k!NtGdiDdDDIGetProcessSchedulingPriorityClass
94aedc30 9486e734 win32k!NtGdiDdDDISetProcessSchedulingPriorityClass
94aedc34 94a11429 win32k!NtGdiDdDDIGetContextSchedulingPriority
94aedc38 94808378 win32k!NtGdiDdDDISetContextSchedulingPriority
94aedc3c 9481a956 win32k!NtGdiDdDDIDestroyDCFromMemory
94aedc40 9481a612 win32k!NtGdiDdDDICreateDCFromMemory
94aedc44 949920d4 win32k!NtGdiDdDDIGetDeviceState
94aedc48 94a11438 win32k!NtGdiDdDDISetGammaRamp
94aedc4c 94993eb1 win32k!NtGdiDdDDIWaitForVerticalBlankEvent
94aedc50 94a11447 win32k!NtGdiDdDDIDestroyOverlay
94aedc54 94a11456 win32k!NtGdiDdDDIFlipOverlay
94aedc58 94a11465 win32k!NtGdiDdDDIUpdateOverlay
94aedc5c 94a11474 win32k!NtGdiDdDDICreateOverlay
94aedc60 94a114ab win32k!NtGdiDdDDIGetPresentQueueEvent
94aedc64 94a11492 win32k!NtGdiDdDDIGetPresentHistory
94aedc68 948c9ef1 win32k!NtGdiDdDDISetVidPnSourceOwner1
94aedc6c 9484ffa3 win32k!NtGdiDdDDISetVidPnSourceOwner
94aedc70 94a11483 win32k!NtGdiDdDDIQueryStatistics
94aedc74 9484fbe9 win32k!NtGdiDdDDIEscape
94aedc78 94807f4a win32k!NtGdiDdDDIGetSharedPrimaryHandle
94aedc7c 948c9a55 win32k!NtGdiDdDDICloseAdapter
94aedc80 9484cc0c win32k!NtGdiDdDDIOpenAdapterFromLuid
94aedc84 948ca52e win32k!NtGdiDdDDIEnumAdapters
94aedc88 948c9a6e win32k!NtGdiDdDDIOpenAdapterFromHdc
94aedc8c 9480990f win32k!NtGdiDdDDIOpenAdapterFromDeviceName
94aedc90 94994f05 win32k!NtGdiDdDDIRender
94aedc94 94994ee8 win32k!NtGdiDdDDIPresent
94aedc98 94a11603 win32k!NtGdiDdDDIGetMultisampleMethodList
94aedc9c 948ca0a0 win32k!NtGdiDdDDISetDisplayMode
94aedca0 948c9c1c win32k!NtGdiDdDDIGetDisplayModeList
94aedca4 94917237 win32k!NtGdiDdDDIUnlock
94aedca8 94917228 win32k!NtGdiDdDDILock
94aedcac 94992238 win32k!NtGdiDdDDIQueryAdapterInfo
94aedcb0 94a11630 win32k!NtGdiDdDDIGetRuntimeData
94aedcb4 9481b650 win32k!NtGdiDdDDISignalSynchronizationObject
94aedcb8 94848bd5 win32k!NtGdiDdDDIWaitForSynchronizationObject
94aedcbc 94838afc win32k!NtGdiDdDDIDestroySynchronizationObject
94aedcc0 94a1163f win32k!NtGdiDdDDIOpenSynchronizationObject
94aedcc4 94847891 win32k!NtGdiDdDDICreateSynchronizationObject
94aedcc8 9486f9ff win32k!NtGdiDdDDIDestroyContext
94aedccc 9486e3fb win32k!NtGdiDdDDICreateContext
94aedcd0 9486e5d2 win32k!NtGdiDdDDIDestroyDevice
94aedcd4 948733f0 win32k!NtGdiDdDDICreateDevice
94aedcd8 9494498a win32k!NtGdiDdDDIQueryAllocationResidency
94aedcdc 94808369 win32k!NtGdiDdDDISetAllocationPriority
94aedce0 94939d2e win32k!NtGdiDdDDIDestroyAllocation
94aedce4 94a1164e win32k!NtGdiDdDDIOpenResourceFromNtHandle
94aedce8 948eec80 win32k!NtGdiDdDDIOpenResource
94aedcec 94a1165d win32k!NtGdiDdDDIOpenNtHandleFromName
94aedcf0 94a1166c win32k!NtGdiDdDDIShareObject
94aedcf4 94a1167b win32k!NtGdiDdDDIQueryResourceInfoFromNtHandle
94aedcf8 948eec71 win32k!NtGdiDdDDIQueryResourceInfo
94aedcfc 94917219 win32k!NtGdiDdDDICreateAllocation
94aedd00 94a111d8 win32k!NtGdiDdDDIOutputDuplReleaseFrame
94aedd04 94a1152f win32k!NtGdiDdDDIQueryRemoteVidPnSourceFromGdiDisplayName
94aedd08 94a111e7 win32k!NtGdiDdDDIOutputDuplPresent
94aedd0c 94a1132d win32k!NtGdiDdDDIReleaseKeyedMutex2
94aedd10 94a1134b win32k!NtGdiDdDDIAcquireKeyedMutex2
94aedd14 94a11378 win32k!NtGdiDdDDIOpenKeyedMutex2
94aedd18 94a11396 win32k!NtGdiDdDDICreateKeyedMutex2
94aedd1c 94a111f6 win32k!NtGdiDdDDIOutputDuplGetPointerShapeData
94aedd20 94a11205 win32k!NtGdiDdDDIOutputDuplGetMetaData
94aedd24 94a11214 win32k!NtGdiDdDDIOutputDuplGetFrameInfo
94aedd28 94a11223 win32k!NtGdiDdDDIDestroyOutputDupl
94aedd2c 94a1123c win32k!NtGdiDdDDICreateOutputDupl
94aedd30 94a11300 win32k!NtGdiDdDDIReclaimAllocations
94aedd34 94a1130f win32k!NtGdiDdDDIOfferAllocations
94aedd38 94a12f09 win32k!NtGdiDdDDICheckSharedResourceAccess
94aedd3c 94992247 win32k!NtGdiDdDDICheckVidPnExclusiveOwnership
94aedd40 94a1131e win32k!NtGdiDdDDIGetOverlayState
94aedd44 9484a8f6 win32k!NtGdiDdDDIConfigureSharedResource
94aedd48 94a1133c win32k!NtGdiDdDDIReleaseKeyedMutex
94aedd4c 94a1135a win32k!NtGdiDdDDIAcquireKeyedMutex
94aedd50 94a11369 win32k!NtGdiDdDDIDestroyKeyedMutex
94aedd54 94a11387 win32k!NtGdiDdDDIOpenKeyedMutex
94aedd58 94a113a5 win32k!NtGdiDdDDICreateKeyedMutex
94aedd5c 94a1168a win32k!NtGdiDdDDISharedPrimaryUnLockNotification
94aedd60 94a116f2 win32k!NtGdiDdDDISharedPrimaryLockNotification
94aedd64 94a113b4 win32k!NtGdiDdDDISetDisplayPrivateDriverFormat
94aedd68 9481c8a8 win32k!NtGdiDdDDICheckExclusiveOwnership
94aedd6c 94992256 win32k!NtGdiDdDDICheckMonitorPowerState
94aedd70 94a113cf win32k!NtGdiDdDDIWaitForIdle
94aedd74 94a113de win32k!NtGdiDdDDICheckOcclusion
94aedd78 94a113ed win32k!NtGdiDdDDIInvalidateActiveVidPn
94aedd7c 94a113fc win32k!NtGdiDdDDIPollDisplayChildren
94aedd80 9484ca8f win32k!NtGdiDdDDISetQueuedLimit
94aedd84 94a11621 win32k!NtGdiDdDDIPinDirectFlipResources
94aedd88 94a11612 win32k!NtGdiDdDDIUnpinDirectFlipResources
94aedd8c 9480b055 win32k!NtGdiMakeObjectUnXferable
94aedd90 9480b13b win32k!NtGdiMakeObjectXferable
94aedd94 94a45b4c win32k!NtGdiDestroyPhysicalMonitor
94aedd98 94a45d25 win32k!NtGdiGetPhysicalMonitorDescription
94aedd9c 94a45da7 win32k!NtGdiGetPhysicalMonitors
94aedda0 94a45e03 win32k!NtGdiGetNumberOfPhysicalMonitors
94aedda4 94a45b5a win32k!NtGdiDDCCIGetTimingReport
94aedda8 94a45bbf win32k!NtGdiDDCCIGetCapabilitiesString
94aeddac 94a45bde win32k!NtGdiDDCCIGetCapabilitiesStringLength
94aeddb0 94a45c37 win32k!NtGdiDDCCISaveCurrentSettings
94aeddb4 94a45c8b win32k!NtGdiDDCCISetVCPFeature
94aeddb8 94a45c99 win32k!NtGdiDDCCIGetVCPFeature
94aeddbc 94a11033 win32k!NtGdiDdQueryVisRgnUniqueness
94aeddc0 94a1103e win32k!NtGdiDdDestroyFullscreenSprite
94aeddc4 94a1104c win32k!NtGdiDdNotifyFullscreenSpriteUpdate
94aeddc8 94a1105a win32k!NtGdiDdCreateFullscreenSprite
94aeddcc 949c8fd1 win32k!NtUserShowSystemCursor
94aeddd0 949c904b win32k!NtUserSetMirrorRendering
94aeddd4 949c426d win32k!NtUserMagGetContextInformation
94aeddd8 949c4615 win32k!NtUserMagSetContextInformation
94aedddc 949c4c0d win32k!NtUserMagControl
94aedde0 949c3f13 win32k!NtUserSlicerControl
94aedde4 948077d9 win32k!NtUserHwndSetRedirectionInfo
94aedde8 9480918a win32k!NtUserHwndQueryRedirectionInfo
94aeddec 9484a9fb win32k!NtCreateCompositionSurfaceHandle
94aeddf0 9484b1ad win32k!NtValidateCompositionSurfaceHandle
94aeddf4 9484ae90 win32k!NtBindCompositionSurface
94aeddf8 94838b0b win32k!NtUnBindCompositionSurface
94aeddfc 9484b47b win32k!NtQueryCompositionSurfaceBinding
94aede00 94a04f87 win32k!NtNotifyPresentToCompositionSurface
94aede04 9481c8c2 win32k!NtQueryCompositionSurfaceStatistics
94aede08 94a04e76 win32k!NtOpenCompositionSurfaceSectionInfo
94aede0c 9484b1db win32k!NtQueryCompositionSurfaceRenderingRealization
94aede10 9484b687 win32k!NtOpenCompositionSurfaceDirtyRegion
94aede14 94873310 win32k!NtTokenManagerOpenEvent
94aede18 9484ff19 win32k!NtTokenManagerThread
94aede1c 94993a90 win32k!NtDCompositionBeginFrame
94aede20 94993c0e win32k!NtDCompositionConfirmFrame
94aede24 94997227 win32k!NtDCompositionRetireFrame
94aede28 9499b9b9 win32k!NtDCompositionDiscardFrame
94aede2c 949927ad win32k!NtDCompositionGetFrameSurfaceUpdates
94aede30 94992d5d win32k!NtDCompositionGetFrameLegacyTokens
94aede34 9499306f win32k!NtDCompositionGetFrameBltInformation
94aede38 9486fd10 win32k!NtDCompositionDestroyConnectionContext
94aede3c 94992275 win32k!NtDCompositionGetConnectionContextBatch
94aede40 948b424a win32k!NtDCompositionGetFrameStatistics
94aede44 94a03c95 win32k!NtDCompositionUpdateConnectionContext
94aede48 9486e9d9 win32k!NtDCompositionCreateConnectionContext
94aede4c 948b0b91 win32k!NtDCompositionDestroyChannel
94aede50 94937cb4 win32k!NtDCompositionSubmitDWMBatch
94aede54 948ca54b win32k!NtDCompositionCommitChannel
94aede58 94a03d38 win32k!NtDCompositionCommitChannelGroup
94aede5c 948ca6b2 win32k!NtDCompositionCurrentBatchId
94aede60 948b328d win32k!NtDCompositionReleaseResource
94aede64 948b5dcf win32k!NtDCompositionRemoveCrossDeviceVisualChild
94aede68 948b45e9 win32k!NtDCompositionRemoveVisualChild
94aede6c 948b4b0d win32k!NtDCompositionAddCrossDeviceVisualChild
94aede70 948b4a03 win32k!NtDCompositionAddVisualChild
94aede74 948b547e win32k!NtDCompositionSetResourceAnimationProperty
94aede78 948ad726 win32k!NtDCompositionSetResourceReferenceArrayProperty
94aede7c 948b6507 win32k!NtDCompositionSetResourceReferenceProperty
94aede80 948b35f8 win32k!NtDCompositionSetResourceBufferProperty
94aede84 948b678f win32k!NtDCompositionSetResourceIntegerProperty
94aede88 948b33d6 win32k!NtDCompositionSetResourceFloatProperty
94aede8c 948b3e0b win32k!NtDCompositionCreateResource
94aede90 9486e865 win32k!NtDCompositionCreateDwmChannel
94aede94 948b4d93 win32k!NtDCompositionCreateChannel
94aede98 9484b7eb win32k!NtDCompositionSynchronize
94aede9c 948b0d9f win32k!NtUserDestroyDCompositionHwndTarget
94aedea0 948adf13 win32k!NtUserCreateDCompositionHwndTarget
94aedea4 949c1bd2 win32k!NtUserInjectTabletButton
94aedea8 948ba3ec win32k!NtUserSetActiveProcess
94aedeac 949c1e5e win32k!NtUserGetDisplayAutoRotationPreferencesByProcessId
94aedeb0 949c1f2e win32k!NtUserGetDisplayAutoRotationPreferences
94aedeb4 949c1fca win32k!NtUserSetDisplayAutoRotationPreferences
94aedeb8 949c208e win32k!NtUserSetAutoRotation
94aedebc 949c20f1 win32k!NtUserGetAutoRotationState
94aedec0 949c21dc win32k!NtUserAutoRotateScreen
94aedec4 949c1d5a win32k!NtUserSetSensorPresence
94aedec8 949c1dda win32k!NtUserGetActiveProcess
94aedecc 94892092 win32k!NtUserAcquireIAMKey
94aeded0 948b7ddf win32k!NtUserSetFallbackForeground
94aeded4 948c0013 win32k!NtUserEnableIAMAccess
94aeded8 94918bd1 win32k!NtUserGetProcessUIContextInformation
94aededc 949c19f4 win32k!NtUserSetProcessRestrictionExemption
94aedee0 949c197a win32k!NtUserpSetProcessImmersive
94aedee4 949c1945 win32k!NtUserpIsProcessImmersive
94aedee8 949c18d3 win32k!NtUserpSetProcessDesktopApp
94aedeec 948475b5 win32k!NtUserEnableMouseInPointer
94aedef0 949c189e win32k!NtUserIsMouseInPointerEnabled
94aedef4 949c1823 win32k!NtUserPromoteMouseInPointer
94aedef8 94842d68 win32k!NtUserAutoPromoteMouseInPointer
94aedefc 94865bfc win32k!NtUserEnableMouseInputForCursorSuppression
94aedf00 949c1466 win32k!NtUserIsMouseInputEnabled