CheckParms
Applies to: Outlook 2013 | Outlook 2016
Calls an internal function to validate debugging parameters on service provider methods called by MAPI.
Property | Value |
---|---|
Header file: |
Mapival.h |
Implemented by: |
MAPI |
Called by: |
Service providers |
HRESULT CheckParms(
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 value
S_OK
The call succeeded.
Remarks
In contrast to the ValidateParms and UlValidateParms macros, the CheckParms macro does not perform a full parameter validation. Parameters passed between MAPI and service providers are assumed to be correct, so CheckParms performs a debug validation only.