131. Which file is required to export the DLL function:
Correct answer: (A)
A.def
132. Which files are stored in Debug:
Correct answer: (C)
Both a and b
133. Which function handle the key container:
Correct answer: (B)
CryptAcquireContext
134. Which function is associated with window frame:
Correct answer: (D)
Create()
135. Which function is called to display the frame in resultant window:
Correct answer: (B)
ShowWindow()
136. Which function is essential for DLL files:
Correct answer: (A)
DllMain
137. Which function is provide by CWinApp to display something on screen:
Correct answer: (D)
InitApplication()
138. Which function is used to create DLL files:****
Correct answer: (A)
DllMain
139. Which function is used to create new thread:
Correct answer: (A)
AfxBeginThread()
140. Which function is used to draw a group of lines at once:
Correct answer: (A)
Graphics::DrawLines()