CheckParameters

The CheckParameters macro calls an internal function to validate debugging parameters on service provider methods called by MAPI.

Quick Info

Header file: MAPIVAL.H
Implemented by: MAPI
Called by: Service providers

HRESULT CheckParameters(
  METHODS eMethod,   
  LPVOID First       
);
 

Parameters

eMethod
[in] Specifies, by enumeration, the method to validate.
First
[in] Pointer to the first argument on the stack.

Return Values

S_OK
The call succeeded and has returned the expected value or values.

Remarks

The CheckParameters macro has been superseded by the CheckParms macro. CheckParameters does not work correctly on RISC platforms and is now prevented from compiling on them. It still compiles and works correctly on Intel platforms, but CheckParms is recommended on all platforms.

See Also

Parameter Validation Macros