mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 10:40:20 +08:00
- Update hlink headers from Wine HEAD.
svn path=/trunk/; revision=34342
This commit is contained in:
@@ -25,5 +25,7 @@ DEFINE_GUID(CLSID_StdHlink,
|
||||
0x79eac9d0, 0xbaf9, 0x11ce, 0x8c, 0x82, 0x00, 0xaa,0x00,0x4b,0xa9,0x0b);
|
||||
DEFINE_GUID(CLSID_StdHlinkBrowseContext,
|
||||
0x79eac9d1, 0xbaf9, 0x11ce, 0x8c, 0x82, 0x00, 0xaa,0x00,0x4b,0xa9,0x0b);
|
||||
DEFINE_GUID(CLSID_IID_IExtensionServices,
|
||||
0x79eac9cb, 0xbaf9, 0x11ce, 0x8c, 0x82, 0x00, 0xaa,0x00,0x4b,0xa9,0x0b);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -416,3 +416,25 @@ interface IHlinkFrame : IUnknown
|
||||
[in, unique] LPCWSTR pwzLocation,
|
||||
[in, unique] LPCWSTR pwzFriendlyName);
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* IExtensionServices interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(79eac9cb-baf9-11ce-8c82-00aa004ba90b),
|
||||
pointer_default(unique)
|
||||
]
|
||||
|
||||
interface IExtensionServices: IUnknown
|
||||
{
|
||||
typedef IExtensionServices *LPEXTENSIONSERVICES;
|
||||
|
||||
HRESULT SetAdditionalHeaders(
|
||||
[in] LPCWSTR pwzAdditionalHeaders);
|
||||
|
||||
HRESULT SetAuthenticateData(
|
||||
[in] HWND phwnd,
|
||||
[in] LPCWSTR pwzUsername,
|
||||
[in] LPCWSTR pwzPassword);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user