Platform SDK: MAPI |
The CheckParameters macro calls an internal function to validate debugging parameters on service provider methods called by MAPI.
Header file: | MAPIVAL.H |
Implemented by: | MAPI |
Called by: | Service providers |
HRESULT CheckParameters( METHODS eMethod, LPVOID First );
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.