Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32def.h

VA_END

VA_END (ap) ((ap)[0]=0,(void)0)

Description

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.

See also: