【VC开源代码栏目提醒】:网学会员--在 VC开源代码编辑为广大网友搜集整理了:WZDUTIL.CPP绩等信息,祝愿广大网友取得需要的信息,参考学习。
// WzdUtil.cpp : implementation of the CWzdUtil class
//
#include "stdafx.h"
#include "Wzd.h"
#include "WzdDoc.h"
#include "WzdView.h"
#include "WzdUtil.h"
// PVFN has been defined in WzdProject as a function that takes three
// values and returns a result
void CWzdUtil::Perform(CWzdView *pClass, PMFUNC func)
{
int i=(pClass->*func)(1,"test",TRUE);
}