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.

25 lines
690 B

  1. #pragma once
  2. BOOL FIsNetwareIpxInstalled(
  3. VOID);
  4. DWORD DwFromSz(PCWSTR sz, int nBase);
  5. DWORD DwFromLstPtstring(const list<tstring *> & lstpstr, DWORD dwDefault,
  6. int nBase);
  7. void UpdateLstPtstring(list<tstring *> & lstpstr, DWORD dw);
  8. void HexSzFromDw(PWSTR sz, DWORD dw);
  9. class CIpxAdapterInfo;
  10. HRESULT HrQueryAdapterComponentInfo(INetCfgComponent *pncc,
  11. CIpxAdapterInfo * pAI);
  12. // Note this prototype is used privately also by atlkcfg in atlkobj.cpp
  13. // update there if this api changes
  14. HRESULT HrAnswerFileAdapterToPNCC(INetCfg *pnc, PCWSTR szAdapterId,
  15. INetCfgComponent** ppncc);