PM Library :: PMQueue classes

struct QNode

? ^ 
undocumented
Source:
pm_queue.h:87
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
m_requestattribute publicundocumented
m_dataattribute publicundocumented
m_prev_nodeattribute publicundocumented
m_next_nodeattribute publicundocumented
m_priorityattribute publicundocumented

attribute m_request

? ^  > 
undocumented
Source:
pm_queue.h:88
Code:
public ULONG m_request

attribute m_data

? ^  < > 
undocumented
Source:
pm_queue.h:89
Code:
public void * m_data

attribute m_prev_node

? ^  < > 
undocumented
Source:
pm_queue.h:90
Code:
public QNode * m_prev_node

attribute m_next_node

? ^  < > 
undocumented
Source:
pm_queue.h:91
Code:
public QNode * m_next_node

attribute m_priority

? ^  < > 
undocumented
Source:
pm_queue.h:92
Code:
public ULONG m_priority

Created Fri Aug 3 09:13:16 2012.
This documentation was generated automatically by
ccdoc v08r39 2003/02/27 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.