https://quizack.com/visual-basic/mcq/which-of-the-following-is-a-correct-example-of-windows-api-import-declaration-in-vb6
Answer:
Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (lpvDest As Any, lpvSource As Any, ByVal cbCopy As Long)
Note: This Question is unanswered, help us to find answer for this one
More Visual Basic MCQ Questions