Contents

setRefCon

Sets the login refCon.

Declaration

virtual void setRefCon(
 void *refCon );

Parameters

  • refCon:

    a user defined value.

Overview

Sets a user defined value on the login that can be retrieved later with the method getRefCon.

See Also

Miscellaneous