单项选择题

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?()

A.A
B.B
C.C
D.D