Windows Programming

131. Which file is required to export the DLL function:

  1. A.def
  2. A.dll
  3. A.exe
  4. None of these

Correct answer: (A)
A.def

132. Which files are stored in Debug:

  1. OBJ files
  2. Intermediate files
  3. Both a and b
  4. None of these

Correct answer: (C)
Both a and b

133. Which function handle the key container:

  1. CryptoAPI
  2. CryptAcquireContext
  3. CAPICOM
  4. CryptoGraphics

Correct answer: (B)
CryptAcquireContext

134. Which function is associated with window frame:

  1. InitApp()
  2. Stop()
  3. Destroy()
  4. Create()

Correct answer: (D)
Create()

135. Which function is called to display the frame in resultant window:

  1. CloseWindow()
  2. ShowWindow()
  3. DeleteWindow()
  4. None of these

Correct answer: (B)
ShowWindow()

136. Which function is essential for DLL files:

  1. DllMain
  2. DefMain
  3. VoidMain
  4. Main

Correct answer: (A)
DllMain

137. Which function is provide by CWinApp to display something on screen:

  1. Start()
  2. Load()
  3. Close()
  4. InitApplication()

Correct answer: (D)
InitApplication()

138. Which function is used to create DLL files:****

  1. DllMain
  2. DefMain
  3. Main
  4. Void_main

Correct answer: (A)
DllMain

139. Which function is used to create new thread:

  1. AfxBeginThread()
  2. AfxEndThread()
  3. AfxAbort()
  4. None of these

Correct answer: (A)
AfxBeginThread()

140. Which function is used to draw a group of lines at once:

  1. Graphics::DrawLines()
  2. DrawLine()
  3. Both a and b
  4. None of these

Correct answer: (A)
Graphics::DrawLines()

Page 14 of 50