You write the following code to call a function from the Win32 Application Programming Interface (API) by using platform invoke.  <br /> int rc = MessageBox(hWnd, text, caption, type); <br /> You need to define a method prototype.Which code segment should you use?()<br /> <img src="https://img.ppkao.com/2018-07/zhoulian/2018072711424491865.jpg" /><p> You write the following code to call a function from the Win32 Application Programming Interface (API) by using platform invoke.  <br /> int rc = MessageBox(hWnd, text, caption, type); <br /> You need to define a method prototype.Which code segment should you&en
A、A.A
B、B.B
C、C.C
D、D.D