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
14 lines
444 B
|
|
#ifndef _RESOLVE_H_
|
|
#define _RESOLVE_H_
|
|
|
|
HRESULT HrShowResolveUI( IN LPADRBOOK lpIAB,
|
|
HWND hWndParent,
|
|
HANDLE hPropertyStore,
|
|
ULONG ulFlags,
|
|
LPADRLIST * lppAdrList,
|
|
LPFlagList* lppFlagList,
|
|
LPAMBIGUOUS_TABLES lpAmbiguousTables);
|
|
|
|
|
|
#endif
|