mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
[PSDK]
Mark Disconnect() method of INetConnectionConnectUi as pure in netcon.h svn path=/trunk/; revision=57240
This commit is contained in:
parent
0f50eca2a8
commit
b784f3a4a3
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ DECLARE_INTERFACE_(INetConnectionConnectUi, IUnknown)
|
|||
STDMETHOD_(ULONG,Release) (THIS) PURE;
|
||||
STDMETHOD_(HRESULT,SetConnection)(THIS_ INetConnection* pCon) PURE;
|
||||
STDMETHOD_(HRESULT,Connect) (THIS_ HWND hwndParent, DWORD dwFlags) PURE;
|
||||
STDMETHOD_(HRESULT,Disconnect) (THIS_ HWND hwndParent, DWORD dwFlags);
|
||||
STDMETHOD_(HRESULT,Disconnect) (THIS_ HWND hwndParent, DWORD dwFlags) PURE;
|
||||
};
|
||||
|
||||
#if !defined(__cplusplus) || defined(CINTERFACE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue