Platform SDK: MAPI |
The ValidateParameters macro calls an internal function to check the parameters client applications have passed to service providers.
Header file: | MAPIVAL.H |
Implemented by: | MAPI |
Called by: | Service providers |
HRESULT ValidateParameters( METHODS eMethod, LPVOID First );
The ValidateParameters macro has been superseded by the ValidateParms macro. ValidateParameters 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 ValidateParms is recommended on all platforms.