#include <prnmkcom.h>
Inheritance diagram for DocPrintMark:

Public Member Functions | |
| DocPrintMark () | |
| DocPrintMark (UINT32 hndle) | |
| ~DocPrintMark () | |
| UINT32 | GetHandle () const | 
Private Member Functions | |
| CC_DECLARE_DYNCREATE (DocPrintMark) | |
Private Attributes | |
| UINT32 | Handle | 
Definition at line 128 of file prnmkcom.h.
      
  | 
  
| 
 
 
 
 
 Definition at line 140 of file prnmkcom.cpp. 00141 { 00142 Handle=0; 00143 } 
  | 
  
      
  | 
  
| 
 
 Definition at line 145 of file prnmkcom.cpp. 00146 { 00147 Handle=hndle; 00148 } 
  | 
  
      
  | 
  
| 
 
 
 
 
 Definition at line 161 of file prnmkcom.cpp. 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Definition at line 137 of file prnmkcom.h. 00137 { return Handle; } 
  | 
  
      
  | 
  
| 
 
 Definition at line 140 of file prnmkcom.h.  | 
  
 1.4.4