Compaq iPAQ h3760 Datenblatt Seite 39

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 75
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 38
ENEE408G Fall 2003 (Update 09/23/2003)
Mobile Computing and Pocket PC Programming
38
(2) Click on VideoProcPPCDoc.h
20
// VideoProcPPCDoc.h : interface of the CVideoProcPPCDoc class
// Author : Guan-Ming Su
// Date: Aug 2002
// update: July 5 2003
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VIDEOPROCPPCDOC_H__5B9D8AFA_3247_4263_82D7_15053107F9CB__INCLUDED_)
#define AFX_VIDEOPROCPPCDOC_H__5B9D8AFA_3247_4263_82D7_15053107F9CB__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// Put DIBSectionLite.h here
Æ
#include "DIBSectionLite.h"
//
Å
class CVideoProcPPCDoc : public CDocument
{
protected: // create from serialization only
CVideoProcPPCDoc();
DECLARE_DYNCREATE(CVideoProcPPCDoc)
// Attributes
public:
// Put your own code here
Æ
// We add DIBSection as a member of DOC
CDIBSectionLite m_DIBSection;
//
Å
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVideoProcPPCDoc)
public:
virtual BOOL OnNewDocument();
20
Notice that “// Add your own code
Æ
” and “//
Å
” indicates that you may put some codes in these areas.
In this example, we use italic red font for the added codes (to distinguish from the codes already
automatically generated by eVC).
Seitenansicht 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 74 75

Kommentare zu diesen Handbüchern

Keine Kommentare