21⟩ Described the file needed to boot win-xp?
Bootable files in widow XP are
Boot.ini, Ntldr,Ntdetect, Ntfs.sys.
“Microsoft Interview Questions and Answers will guide us now that Microsoft Corporation is a multinational computer technology corporation that develops, manufactures, licenses, and supports a wide range of software products for computing devices. Learn more about Microsoft of get preparation for the job in Microsoft Corporation with the help of this Microsoft Interview Questions with Answers guide”
Bootable files in widow XP are
Boot.ini, Ntldr,Ntdetect, Ntfs.sys.
Option Explicit requires that all variable names be defined (with the Dim statement).
Marshalling is the process of gathering data from one or more applications or non-contiguous sources in computer storage, putting the data pieces into a message buffer, and organizing or converting the data into a format that is prescribed for a particular receiver or programming interface.
The COM interface class from which all other interface classes are derived. This interface allows all COM objects to manage their own lifetime, ie, to release themselves from memory when they are no longer connected to any clients.
IUnknown Interface is the Interface which every COM should have.
The Three parts are:
1. QueryInterface
2. Addref
3. release
MFC provides stricter type checking for the return and parameter types of message handler functions. This new behavior notifies the developer of potential problems by flagging potentially unsafe message handlers with an error message. MFC now uses static casts for ON_MESSAGE, ON_REGISTERED_MESSAGE, ON_THREAD_MESSAGE, and ON_REGISTERED_THREAD_MESSAGE.