HrActionToString

The HrActionToString function produces a string from an ACTION structure.

Quick Info

Header file: RULECLS.H
Library: RULECLS.LIB

HRESULT HrActionToString(
  LPMAPISESSION lpSession,  
  LPACTION lpAction,       
  LPSTR FAR * lppszString  
);
 

Parameters

lpSession
Input parameter. Points to a MAPI IMAPISession interface containing the MAPI session.
lpAction
Input parameter. Points to an ACTION structure, which identifies the action to be converted to a string.
lppszString
Output parameter. Points to the address of the string.

Return Values

See Return Values.

Remarks

If the call to HrActionToString fails, lppszString is NULL.

For information on the IMAPISession interface, see the MAPI Programmer's Reference.

See Also

HrStringToAction