You write the following code to call a function from the Win32 Application Programming Interface (API) by using platform invoke. int rc = MessageBox(hWnd, text, caption, type); You need to define a method prototype.Which code segment should you use?()
- AA
- BB
- CC
- DD