printdata.h

来自「Beginning Visual C++ 6源码。Wrox。」· C头文件 代码 · 共 9 行

H
9
字号
class CPrintData
{
   public:
      UINT m_nWidths;       // No. of pages for the width of the document
      UINT m_nLengths;      // No. of pages for the length of the document
      CPoint m_DocRefPoint; // Top left corner of the document contents
      CString m_DocTitle;   // The name of the document
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?