UlValidateParameters
Office 2007
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 );
Parameters
- eMethod
-
[in] Specifies, by enumeration, the method to validate.
- First
-
[in] Pointer to the first argument on the stack.
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.