Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

FrameQ_NotifyParams_Tag Struct Reference

#include <FrameQ.h>

Collaboration diagram for FrameQ_NotifyParams_Tag:

Collaboration graph
[legend]

Detailed Description

Structure defining notification parameter structure.

Definition at line 450 of file FrameQ.h.

Data Fields

FrameQ_NotifyType notifyType
UInt32 watermark
FrameQ_NotifyFunc cbFxnPtr
Ptr cbContext
Ptr cbClientHandle


Field Documentation

Ptr FrameQ_NotifyParams_Tag::cbClientHandle
 

Handle that needs to be passed as first arg to call back. Ideally this should be callers client handle.

Definition at line 462 of file FrameQ.h.

Ptr FrameQ_NotifyParams_Tag::cbContext
 

Context pointer that needs to be passed to call back function.

Definition at line 460 of file FrameQ.h.

FrameQ_NotifyFunc FrameQ_NotifyParams_Tag::cbFxnPtr
 

Cacll back function

Definition at line 458 of file FrameQ.h.

FrameQ_NotifyType FrameQ_NotifyParams_Tag::notifyType
 

Notification type

Definition at line 452 of file FrameQ.h.

UInt32 FrameQ_NotifyParams_Tag::watermark
 

Minumum number of free frames required to generate notification Same water mark for all the individual freeFramePools in the set.

Definition at line 454 of file FrameQ.h.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 14 11:59:49 2011 for Syslink by  doxygen 1.4.4