Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.sysdep.win.wposix
Struct sigevent

   in waio.h

struct sigevent


Field Summary
 int sigev_notify
          
 void ( * )( union sigval ) sigev_notify_function
          
 int sigev_signo
          
 

Field Detail

sigev_notify

public int sigev_notify;

sigev_notify_function

public void ( * sigev_notify_function )( union sigval );

sigev_signo

public int sigev_signo;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD