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
11 lines
279 B
#ifndef _UI_ADDRS_H_
|
|
#define _UI_ADDRS_H_
|
|
|
|
HRESULT HrShowAddressUI(IN LPADRBOOK lpIAB,
|
|
IN HANDLE hPropertyStore,
|
|
IN ULONG_PTR * lpulUIParam,
|
|
IN LPADRPARM lpAdrParms,
|
|
IN LPADRLIST *lppAdrList);
|
|
|
|
|
|
#endif
|