HrCopyActions

The HrCopyActions function creates a copy of an ACTIONS structure.

Quick Info

Header file: RULECLS.H
Library: RULECLS.LIB

HRESULT HrCopyActions(
  LPACTIONS lpActsSrc,         
  LPVOID lpObject,             
  LPACTIONS FAR * lppActsDest  
);
 

Parameters

lpActsSrc
Input parameter. Points to the ACTIONS structure to be copied.
lpObject
Input parameter. Points to an existing MAPI buffer allocated by the MAPI MAPIAllocateBuffer function, or returns NULL if the returned structure is to be allocated by HrCopyActions.
lppActsDest
Output parameter. Points to a pointer to the copy of the ACTIONS structure pointed to by lpActsSrc.

Return Values

See Return Values.

Remarks

For information on the MAPIAllocateBuffer function, see the MAPI Programmer's Reference.

See Also

ACTIONS