adplus-dvertising
frame-decoration

Question

What are the key components of the Win32 API?

a.

Kernel, USER, and GDI.

b.

Memory, I/O, and object.

c.

Window, menu, and dialog box.

d.

Graphics, drawing, and bitmap.

Posted under Reverse Engineering

Answer: (a).Kernel, USER, and GDI. Explanation:The key components of the Win32 API are Kernel, USER, and GDI, which include all non-GUI-related services, such as file I/O, memory management, object management, process and thread management, as well as GUI-related services such as window-management, menus, dialog boxes, user-interface controls, and low-level graphics services.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What are the key components of the Win32 API?