3.
|
What are the binary and return value requirements of a COM method?
Please select all the correct answers. |
|
A.
|
C/C++ calling conventions--i.e., __stdcall .
|
|
B.
|
COM methods must return application-specific error codes as return values.
|
|
C.
|
Return HRESULT.
|
|
D.
|
First parameter to a method must be a pointer back to the interface that contains the method.
|