Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
546 B

  1. // Wiz97run.h: declaration of the wiz97 helper/runner functions
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #pragma once
  5. // since different modules will include this for only one of the following functions
  6. // we declare all the classes in case that particular module isn't interested
  7. class CSecPolItem;
  8. // these function display the appropriate property sheet
  9. HRESULT CreateSecPolItemWiz97PropertyPages(CComObject<CSecPolItem> *pSecPolItem, PWIRELESS_PS_DATA pWirelessPSData, LPPROPERTYSHEETCALLBACK lpProvider);