?? vxd.hpp
字號:
/* 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -