wwhizinterface2loader.h

来自「一个统计文件大小和程序信息的插件程序(vc或vc.net下使用)」· C头文件 代码 · 共 28 行

H
28
字号
///////////////////////////////////////////////////////////////////////////////
// $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 + =
减小字号Ctrl + -
显示快捷键?