CheckParameters

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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
);

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

The CheckParameters macro has been superseded by the CheckParms macro. CheckParms is recommended on all platforms.