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.

14 lines
444 B

  1. #ifndef _RESOLVE_H_
  2. #define _RESOLVE_H_
  3. HRESULT HrShowResolveUI( IN LPADRBOOK lpIAB,
  4. HWND hWndParent,
  5. HANDLE hPropertyStore,
  6. ULONG ulFlags,
  7. LPADRLIST * lppAdrList,
  8. LPFlagList* lppFlagList,
  9. LPAMBIGUOUS_TABLES lpAmbiguousTables);
  10. #endif