皮皮网

【c类库源码】【qt 源码命名规则】【匿名问答系统源码】c 钩子源码_钩子代码

时间:2024-11-26 18:42:47 来源:易源码恢复 作者:易语言源码 qq空间

1.下面代码有错误码? error C2533: 'Cmousehook::Cmousehook' : constructors not allowed a return type

c 钩子源码_钩子代码

下面代码有错误码? error C2533: 'Cmousehook::Cmousehook' : constructors not allowed a return type

       //Cmousehook.h

       class AFX_EXT_CLASS Cmousehook:public CObject

        {

        public:

        Cmousehook();

        //钩子类的钩钩代c类库源码构造函数

       ~Cmousehook();

        //钩子类的析构函数

        BOOL starthook(HWND hWnd);

        //安装钩子函数

        BOOL stophook();

       // 卸载钩子函数

        };

       //Cmousehook.cpp

       Cmousehook::Cmousehook()

        //类构造函数

        {

        };//分号

        Cmousehook::~Cmousehook()

        //类析构函数

        {

        stophook();

        };//分号

关键词:排课预约系统源码

copyright © 2016 powered by 皮皮网   sitemap