vxd.hpp

来自「武安河书第一版(vxd)Windows 驱动例子」· HPP 代码 · 共 27 行

HPP
27
字号
/* WATCOM Interface Generator   Version 1.0 */
/* This file contains code generated by PowerBuilder.
 * Do not modify code delimited by comments of the form:
 * // $PB$ -- begin generated code for object <>.  Do not modify this code
 * // $PB$ -- end generated code for object <>.
 * This file contains the the C++ class definition for your user object.
 */ 

#include <string.hpp>
#include <windows.h>



// $PB$ -- begin generated code for object <vxd>.  Do not modify this code
class vxd {
public:
    virtual void unloadvxd(  );
    virtual char * loadvxd( long hwnd );
// $PB$ -- end generated code for object <vxd>.
public:
    virtual ~vxd() {}
    /*
     * PUT YOUR DECLARATIONS HERE
     */

};

⌨️ 快捷键说明

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