windows-nt/Source/XPSP1/NT/net/layer2svc/wlsnp/wiz97run.h

13 lines
546 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// Wiz97run.h: declaration of the wiz97 helper/runner functions
//
//////////////////////////////////////////////////////////////////////
#pragma once
// since different modules will include this for only one of the following functions
// we declare all the classes in case that particular module isn't interested
class CSecPolItem;
// these function display the appropriate property sheet
HRESULT CreateSecPolItemWiz97PropertyPages(CComObject<CSecPolItem> *pSecPolItem, PWIRELESS_PS_DATA pWirelessPSData, LPPROPERTYSHEETCALLBACK lpProvider);