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