A macro used by Symbian OS code for handling a variable argument list in a function call.
Sets a pointer to zero.
Parameters
ap
A pointer used to hold the address of an argument in the variable argument list. After execution of the code generated by
this macro, the pointer is reset to 0. This symbol is usually declared as a VA_LIST type.