user32.def 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. LIBRARY user32.dll
  2. EXPORTS
  3. ActivateKeyboardLayout
  4. AdjustWindowRect
  5. AdjustWindowRectEx
  6. AlignRects
  7. AllowSetForegroundWindow
  8. AnimateWindow
  9. AnyPopup
  10. AppendMenuA
  11. AppendMenuW
  12. ArrangeIconicWindows
  13. AttachThreadInput
  14. BeginDeferWindowPos
  15. BeginPaint
  16. BlockInput
  17. BringWindowToTop
  18. BroadcastSystemMessage
  19. BroadcastSystemMessageA
  20. BroadcastSystemMessageW
  21. CalcChildScroll
  22. CallMsgFilter
  23. CallMsgFilterA
  24. CallMsgFilterW
  25. CallNextHookEx
  26. CallWindowProcA
  27. CallWindowProcW
  28. CascadeChildWindows
  29. CascadeWindows
  30. ChangeClipboardChain
  31. ChangeDisplaySettingsA
  32. ChangeDisplaySettingsExA
  33. ChangeDisplaySettingsExW
  34. ChangeDisplaySettingsW
  35. ChangeMenuA
  36. ChangeMenuW
  37. CharLowerA
  38. CharLowerBuffA
  39. CharLowerBuffW
  40. CharLowerW
  41. CharNextA
  42. CharNextExA
  43. CharNextExW
  44. CharNextW
  45. CharPrevA
  46. CharPrevExA
  47. CharPrevExW
  48. CharPrevW
  49. CharToOemA
  50. CharToOemBuffA
  51. CharToOemBuffW
  52. CharToOemW
  53. CharUpperA
  54. CharUpperBuffA
  55. CharUpperBuffW
  56. CharUpperW
  57. CheckDlgButton
  58. CheckMenuItem
  59. CheckMenuRadioItem
  60. CheckRadioButton
  61. ChildWindowFromPoint
  62. ChildWindowFromPointEx
  63. ClientThreadConnect
  64. ClientToScreen
  65. ClipCursor
  66. CloseClipboard
  67. CloseDesktop
  68. CloseWindow
  69. CloseWindowStation
  70. CopyAcceleratorTableA
  71. CopyAcceleratorTableW
  72. CopyIcon
  73. CopyImage
  74. CopyRect
  75. CountClipboardFormats
  76. CreateAcceleratorTableA
  77. CreateAcceleratorTableW
  78. CreateCaret
  79. CreateCursor
  80. CreateDesktopA
  81. CreateDesktopW
  82. CreateDialogIndirectParamA
  83. CreateDialogIndirectParamW
  84. CreateDialogParamA
  85. CreateDialogParamW
  86. CreateIcon
  87. CreateIconFromResource
  88. CreateIconFromResourceEx
  89. CreateIconIndirect
  90. CreateMDIWindowA
  91. CreateMDIWindowW
  92. CreateMenu
  93. CreatePopupMenu
  94. CreateWindowExA
  95. CreateWindowExW
  96. CreateWindowStationA
  97. CreateWindowStationW
  98. DdeAbandonTransaction
  99. DdeAccessData
  100. DdeAddData
  101. DdeClientTransaction
  102. DdeCmpStringHandles
  103. DdeConnect
  104. DdeConnectList
  105. DdeCreateDataHandle
  106. DdeCreateStringHandleA
  107. DdeCreateStringHandleW
  108. DdeDisconnect
  109. DdeDisconnectList
  110. DdeEnableCallback
  111. DdeFreeDataHandle
  112. DdeFreeStringHandle
  113. DdeGetData
  114. DdeGetLastError
  115. DdeImpersonateClient
  116. DdeInitializeA
  117. DdeInitializeW
  118. DdeKeepStringHandle
  119. DdeNameService
  120. DdePostAdvise
  121. DdeQueryConvInfo
  122. DdeQueryNextServer
  123. DdeQueryStringA
  124. DdeQueryStringW
  125. DdeReconnect
  126. DdeSetQualityOfService
  127. DdeSetUserHandle
  128. DdeUnaccessData
  129. DdeUninitialize
  130. DefDlgProcA
  131. DefDlgProcW
  132. DefFrameProcA
  133. DefFrameProcW
  134. DefMDIChildProcA
  135. DefMDIChildProcW
  136. DefWindowProcA
  137. DefWindowProcW
  138. DeferWindowPos
  139. DeleteMenu
  140. DestroyAcceleratorTable
  141. DestroyCaret
  142. DestroyCursor
  143. DestroyIcon
  144. DestroyMenu
  145. DestroyWindow
  146. DialogBoxIndirectParamA
  147. DialogBoxIndirectParamW
  148. DialogBoxParamA
  149. DialogBoxParamW
  150. DispatchMessageA
  151. DispatchMessageW
  152. DlgDirListA
  153. DlgDirListComboBoxA
  154. DlgDirListComboBoxW
  155. DlgDirListW
  156. DlgDirSelectComboBoxExA
  157. DlgDirSelectComboBoxExW
  158. DlgDirSelectExA
  159. DlgDirSelectExW
  160. DragDetect
  161. DragObject
  162. DrawAnimatedRects
  163. DrawCaption
  164. DrawCaptionTempA
  165. DrawCaptionTempW
  166. DrawEdge
  167. DrawFocusRect
  168. DrawFrame
  169. DrawFrameControl
  170. DrawIcon
  171. DrawIconEx
  172. DrawMenuBar
  173. DrawMenuBarTemp
  174. DrawStateA
  175. DrawStateW
  176. DrawTextA
  177. DrawTextExA
  178. DrawTextExW
  179. DrawTextW
  180. EditWndProc
  181. EmptyClipboard
  182. EnableMenuItem
  183. EnableScrollBar
  184. EnableWindow
  185. EndDeferWindowPos
  186. EndDialog
  187. EndMenu
  188. EndPaint
  189. EndTask
  190. EnumChildWindows
  191. EnumClipboardFormats
  192. EnumDesktopWindows
  193. EnumDesktopsA
  194. EnumDesktopsW
  195. EnumDisplayDevicesA
  196. EnumDisplayDevicesW
  197. EnumDisplayMonitors
  198. EnumDisplaySettingsA
  199. EnumDisplaySettingsExA
  200. EnumDisplaySettingsExW
  201. EnumDisplaySettingsW
  202. EnumPropsA
  203. EnumPropsExA
  204. EnumPropsExW
  205. EnumPropsW
  206. EnumThreadWindows
  207. EnumWindowStationsA
  208. EnumWindowStationsW
  209. EnumWindows
  210. EqualRect
  211. ExcludeUpdateRgn
  212. ExitWindowsEx
  213. FillRect
  214. FindWindowA
  215. FindWindowExA
  216. FindWindowExW
  217. FindWindowW
  218. FlashWindow
  219. FlashWindowEx
  220. FrameRect
  221. FreeDDElParam
  222. GetActiveWindow
  223. GetAltTabInfo
  224. GetAncestor
  225. GetAsyncKeyState
  226. GetCapture
  227. GetCaretBlinkTime
  228. GetCaretPos
  229. GetClassInfoA
  230. GetClassInfoExA
  231. GetClassInfoExW
  232. GetClassInfoW
  233. GetClassLongA
  234. GetClassLongW
  235. GetClassNameA
  236. GetClassNameW
  237. GetClassWord
  238. GetClientRect
  239. GetClipCursor
  240. GetClipboardData
  241. GetClipboardFormatNameA
  242. GetClipboardFormatNameW
  243. GetClipboardOwner
  244. GetClipboardSequenceNumber
  245. GetClipboardViewer
  246. GetComboBoxInfo
  247. GetCursor
  248. GetCursorInfo
  249. GetCursorPos
  250. GetDC
  251. GetDCEx
  252. GetDesktopWindow
  253. GetDialogBaseUnits
  254. GetDlgCtrlID
  255. GetDlgItem
  256. GetDlgItemInt
  257. GetDlgItemTextA
  258. GetDlgItemTextW
  259. GetDoubleClickTime
  260. GetFocus
  261. GetForegroundWindow
  262. GetGUIThreadInfo
  263. GetGuiResources
  264. GetIconInfo
  265. GetInputDesktop
  266. GetInputState
  267. GetInternalWindowPos
  268. GetKBCodePage
  269. GetKeyNameTextA
  270. GetKeyNameTextW
  271. GetKeyState
  272. GetKeyboardLayout
  273. GetKeyboardLayoutList
  274. GetKeyboardLayoutNameA
  275. GetKeyboardLayoutNameW
  276. GetKeyboardState
  277. GetKeyboardType
  278. GetLastActivePopup
  279. GetListBoxInfo
  280. GetMenu
  281. GetMenuBarInfo
  282. GetMenuCheckMarkDimensions
  283. GetMenuContextHelpId
  284. GetMenuDefaultItem
  285. GetMenuInfo
  286. GetMenuItemCount
  287. GetMenuItemID
  288. GetMenuItemInfoA
  289. GetMenuItemInfoW
  290. GetMenuItemRect
  291. GetMenuState
  292. GetMenuStringA
  293. GetMenuStringW
  294. GetMessageA
  295. GetMessageExtraInfo
  296. GetMessagePos
  297. GetMessageTime
  298. GetMessageW
  299. GetMonitorInfoA
  300. GetMonitorInfoW
  301. GetMouseMovePoints
  302. GetMouseMovePointsEx
  303. GetNextDlgGroupItem
  304. GetNextDlgTabItem
  305. GetNextQueueWindow
  306. GetOpenClipboardWindow
  307. GetParent
  308. GetPriorityClipboardFormat
  309. GetProcessDefaultLayout
  310. GetProcessWindowStation
  311. GetPropA
  312. GetPropW
  313. GetQueueStatus
  314. GetScrollBarInfo
  315. GetScrollInfo
  316. GetScrollPos
  317. GetScrollRange
  318. GetShellWindow
  319. GetSubMenu
  320. GetSysColor
  321. GetSysColorBrush
  322. GetSystemMenu
  323. GetSystemMetrics
  324. GetTabbedTextExtentA
  325. GetTabbedTextExtentW
  326. GetThreadDesktop
  327. GetTitleBarInfo
  328. GetTopWindow
  329. GetUpdateRect
  330. GetUpdateRgn
  331. GetUserObjectInformationA
  332. GetUserObjectInformationW
  333. GetUserObjectSecurity
  334. GetWindow
  335. GetWindowContextHelpId
  336. GetWindowDC
  337. GetWindowInfo
  338. GetWindowLongPtrA
  339. GetWindowLongPtrW
  340. SetWindowLongPtrA
  341. SetWindowLongPtrW
  342. GetWindowLongA
  343. GetWindowLongW
  344. GetWindowModuleFileNameA
  345. GetWindowModuleFileNameW
  346. GetWindowPlacement
  347. GetWindowRect
  348. GetWindowRgn
  349. GetWindowTextA
  350. GetWindowTextLengthA
  351. GetWindowTextLengthW
  352. GetWindowTextW
  353. GetWindowThreadProcessId
  354. GetWindowWord
  355. GrayStringA
  356. GrayStringW
  357. HasSystemSleepStarted
  358. HideCaret
  359. HiliteMenuItem
  360. IMPGetIMEA
  361. IMPGetIMEW
  362. IMPQueryIMEA
  363. IMPQueryIMEW
  364. IMPSetIMEA
  365. IMPSetIMEW
  366. ImpersonateDdeClientWindow
  367. InSendMessage
  368. InSendMessageEx
  369. InflateRect
  370. InitSharedTable
  371. InitTask
  372. InsertMenuA
  373. InsertMenuItemA
  374. InsertMenuItemW
  375. InsertMenuW
  376. InternalGetWindowText
  377. IntersectRect
  378. InvalidateRect
  379. InvalidateRgn
  380. InvertRect
  381. IsCharAlphaA
  382. IsCharAlphaNumericA
  383. IsCharAlphaNumericW
  384. IsCharAlphaW
  385. IsCharLowerA
  386. IsCharLowerW
  387. IsCharUpperA
  388. IsCharUpperW
  389. IsChild
  390. IsClipboardFormatAvailable
  391. IsDialogMessage
  392. IsDialogMessageA
  393. IsDialogMessageW
  394. IsDlgButtonChecked
  395. IsHungThread
  396. IsIconic
  397. IsMenu
  398. IsRectEmpty
  399. IsWindow
  400. IsWindowEnabled
  401. IsWindowUnicode
  402. IsWindowVisible
  403. IsZoomed
  404. KillTimer
  405. LoadAcceleratorsA
  406. LoadAcceleratorsW
  407. LoadBitmapA
  408. LoadBitmapW
  409. LoadCursorA
  410. LoadCursorFromFileA
  411. LoadCursorFromFileW
  412. LoadCursorW
  413. LoadIconA
  414. LoadIconW
  415. LoadImageA
  416. LoadImageW
  417. LoadKeyboardLayoutA
  418. LoadKeyboardLayoutW
  419. LoadMenuA
  420. LoadMenuIndirectA
  421. LoadMenuIndirectW
  422. LoadMenuW
  423. LoadStringA
  424. LoadStringW
  425. LockSetForegroundWindow
  426. LockWindowStation
  427. LockWindowUpdate
  428. LookupIconIdFromDirectory
  429. LookupIconIdFromDirectoryEx
  430. MapDialogRect
  431. MapVirtualKeyA
  432. MapVirtualKeyExA
  433. MapVirtualKeyExW
  434. MapVirtualKeyW
  435. MapWindowPoints
  436. MenuItemFromPoint
  437. MessageBeep
  438. MessageBoxA
  439. MessageBoxExA
  440. MessageBoxExW
  441. MessageBoxIndirectA
  442. MessageBoxIndirectW
  443. MessageBoxW
  444. ModifyAccess
  445. ModifyMenuA
  446. ModifyMenuW
  447. MonitorFromPoint
  448. MonitorFromRect
  449. MonitorFromWindow
  450. MoveWindow
  451. MsgWaitForMultipleObjects
  452. MsgWaitForMultipleObjectsEx
  453. NotifyWinEvent
  454. OemKeyScan
  455. OemToCharA
  456. OemToCharBuffA
  457. OemToCharBuffW
  458. OemToCharW
  459. OffsetRect
  460. OpenClipboard
  461. OpenDesktopA
  462. OpenDesktopW
  463. OpenIcon
  464. OpenInputDesktop
  465. OpenWindowStationA
  466. OpenWindowStationW
  467. PackDDElParam
  468. PaintDesktop
  469. PeekMessageA
  470. PeekMessageW
  471. PlaySoundEvent
  472. PostMessageA
  473. PostMessageW
  474. PostQuitMessage
  475. PostThreadMessageA
  476. PostThreadMessageW
  477. PtInRect
  478. RealChildWindowFromPoint
  479. RealGetWindowClass
  480. RedrawWindow
  481. RegisterClassA
  482. RegisterClassExA
  483. RegisterClassExW
  484. RegisterClassW
  485. RegisterClipboardFormatA
  486. RegisterClipboardFormatW
  487. RegisterDeviceNotificationA
  488. RegisterDeviceNotificationW
  489. RegisterHotKey
  490. RegisterLogonProcess
  491. RegisterNetworkCapabilities
  492. RegisterSystemThread
  493. RegisterTasklist
  494. RegisterWindowMessageA
  495. RegisterWindowMessageW
  496. ReleaseCapture
  497. ReleaseDC
  498. RemoveMenu
  499. RemovePropA
  500. RemovePropW
  501. ReplyMessage
  502. ReuseDDElParam
  503. ScreenToClient
  504. ScrollDC
  505. ScrollWindow
  506. ScrollWindowEx
  507. SendDlgItemMessageA
  508. SendDlgItemMessageW
  509. SendIMEMessageExA
  510. SendIMEMessageExW
  511. SendInput
  512. SendMessageA
  513. SendMessageCallbackA
  514. SendMessageCallbackW
  515. SendMessageTimeoutA
  516. SendMessageTimeoutW
  517. SendMessageW
  518. SendNotifyMessageA
  519. SendNotifyMessageW
  520. SetActiveWindow
  521. SetCapture
  522. SetCaretBlinkTime
  523. SetCaretPos
  524. SetClassLongA
  525. SetClassLongW
  526. SetClassWord
  527. SetClipboardData
  528. SetClipboardViewer
  529. SetCursor
  530. SetCursorPos
  531. SetDebugErrorLevel
  532. SetDeskWallpaper
  533. SetDesktopBitmap
  534. SetDlgItemInt
  535. SetDlgItemTextA
  536. SetDlgItemTextW
  537. SetDoubleClickTime
  538. SetFocus
  539. SetForegroundWindow
  540. SetInternalWindowPos
  541. SetKeyboardState
  542. SetLastErrorEx
  543. SetLogonNotifyWindow
  544. SetMenu
  545. SetMenuContextHelpId
  546. SetMenuDefaultItem
  547. SetMenuInfo
  548. SetMenuItemBitmaps
  549. SetMenuItemInfoA
  550. SetMenuItemInfoW
  551. SetMessageExtraInfo
  552. SetMessageQueue
  553. SetParent
  554. SetProcessDefaultLayout
  555. SetProcessWindowStation
  556. SetPropA
  557. SetPropW
  558. SetRect
  559. SetRectEmpty
  560. SetScrollInfo
  561. SetScrollPos
  562. SetScrollRange
  563. SetShellWindow
  564. SetSysColors
  565. SetSysColorsTemp
  566. SetSystemCursor
  567. SetThreadDesktop
  568. SetTimer
  569. SetUserObjectInformationA
  570. SetUserObjectInformationW
  571. SetUserObjectSecurity
  572. SetWinEventHook
  573. SetWindowContextHelpId
  574. SetWindowFullScreenState
  575. SetWindowLongA
  576. SetWindowLongW
  577. SetWindowPlacement
  578. SetWindowPos
  579. SetWindowRgn
  580. SetWindowTextA
  581. SetWindowTextW
  582. SetWindowWord
  583. SetWindowsHookA
  584. SetWindowsHookExA
  585. SetWindowsHookExW
  586. SetWindowsHookW
  587. ShowCaret
  588. ShowCursor
  589. ShowOwnedPopups
  590. ShowScrollBar
  591. ShowWindow
  592. ShowWindowAsync
  593. SubtractRect
  594. SwapMouseButton
  595. SwitchDesktop
  596. SwitchToThisWindow
  597. SysErrorBox
  598. SystemParametersInfoA
  599. SystemParametersInfoW
  600. TabbedTextOutA
  601. TabbedTextOutW
  602. TileChildWindows
  603. TileWindows
  604. ToAscii
  605. ToAsciiEx
  606. ToUnicode
  607. ToUnicodeEx
  608. TrackMouseEvent
  609. TrackPopupMenu
  610. TrackPopupMenuEx
  611. TranslateAccelerator
  612. TranslateAcceleratorA
  613. TranslateAcceleratorW
  614. TranslateMDISysAccel
  615. TranslateMessage
  616. UnhookWinEvent
  617. UnhookWindowsHook
  618. UnhookWindowsHookEx
  619. UnionRect
  620. UnloadKeyboardLayout
  621. UnlockWindowStation
  622. UnpackDDElParam
  623. UnregisterClassA
  624. UnregisterClassW
  625. UnregisterDeviceNotification
  626. UnregisterHotKey
  627. UpdateWindow
  628. UserClientDllInitialize
  629. UserIsSystemResumeAutomatic
  630. UserSetDeviceHoldState
  631. UserSignalProc
  632. UserTickleTimer
  633. ValidateRect
  634. ValidateRgn
  635. VkKeyScanA
  636. VkKeyScanExA
  637. VkKeyScanExW
  638. VkKeyScanW
  639. WINNLSEnableIME
  640. WINNLSGetEnableStatus
  641. WINNLSGetIMEHotkey
  642. WNDPROC_CALLBACK
  643. WaitForInputIdle
  644. WaitMessage
  645. WinHelpA
  646. WinHelpW
  647. WinOldAppHackoMatic
  648. WindowFromDC
  649. WindowFromPoint
  650. YieldTask
  651. _SetProcessDefaultLayout
  652. keybd_event
  653. mouse_event
  654. wsprintfA
  655. wsprintfW
  656. wvsprintfA
  657. wvsprintfW