Leaked source code of windows server 2003
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.

11 lines
279 B

  1. #ifndef _UI_ADDRS_H_
  2. #define _UI_ADDRS_H_
  3. HRESULT HrShowAddressUI(IN LPADRBOOK lpIAB,
  4. IN HANDLE hPropertyStore,
  5. IN ULONG_PTR * lpulUIParam,
  6. IN LPADRPARM lpAdrParms,
  7. IN LPADRLIST *lppAdrList);
  8. #endif