📄 wwhizinterface2loader.h
字号:
///////////////////////////////////////////////////////////////////////////////
// $Workfile: WWhizInterface2Loader.h $
// $Archive: /WorkspaceWhiz/Src/Shared/WWhizInterface2Loader.h $
// $Date:: 1/03/01 12:13a $ $Revision:: 10 $ $Author: Jjensen $
///////////////////////////////////////////////////////////////////////////////
// This source file is part of the Workspace Whiz! source distribution and
// is Copyright 1997-2001 by Joshua C. Jensen. (http://workspacewhiz.com/)
//
// The code presented in this file may be freely used and modified for all
// non-commercial and commercial purposes so long as due credit is given and
// this header is left intact.
///////////////////////////////////////////////////////////////////////////////
#pragma once
class WWhizInterface;
struct WWhizReg;
struct IApplication;
/**
Loads the Workspace Whiz! Interface library.
**/
WWhizInterface* __cdecl WWhizInterface2Create(HINSTANCE hInstance, IApplication* pApplication);
/**
Destroys a loaded copy of the Workspace Whiz! Interface library.
**/
void __cdecl WWhizInterface2Destroy();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -