Home
last modified time | relevance | path

Searched refs:NETCON_PROPERTIES (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/shellext/netshell/
H A Dconnectmanager.h6 NETCON_PROPERTIES Props;
49 NETCON_PROPERTIES m_Props;
61 STDMETHOD(GetProperties)(NETCON_PROPERTIES **ppProps) override;
H A Dconnectmanager.cpp10 VOID NormalizeOperStatus(MIB_IFROW *IfEntry, NETCON_PROPERTIES * Props);
101 NETCON_PROPERTIES * pProperties; in Disconnect()
208 CNetConnection::GetProperties(NETCON_PROPERTIES **ppProps) in GetProperties()
215 NETCON_PROPERTIES * pProperties; in GetProperties()
221 pProperties = static_cast<NETCON_PROPERTIES*>(CoTaskMemAlloc(sizeof(NETCON_PROPERTIES))); in GetProperties()
225 CopyMemory(pProperties, &m_Props, sizeof(NETCON_PROPERTIES)); in GetProperties()
490 NETCON_PROPERTIES * Props) in NormalizeOperStatus()
H A Denumlist.cpp41 NETCON_PROPERTIES * pProperties; in ILCreateNetConnectItem()
92 NETCON_PROPERTIES * pProperties; in ILGetConnection()
H A Dlanconnectui.h56 NETCON_PROPERTIES * m_pProperties;
H A Dlanstatusui.cpp126 NETCON_PROPERTIES * pProperties = NULL; in UpdateLanStatus()
258 NETCON_PROPERTIES * pProperties; in InitializeLANStatusUiDlg()
703 NETCON_PROPERTIES * pProperties) in InitializePropertyDialog()
783 NETCON_PROPERTIES * pProperties = NULL; in ShowStatusPropertyDialog()
884 NETCON_PROPERTIES* pProps; in InitializeNetTaskbarNotifications()
H A Dnetshell.cpp119 NcFreeNetconProperties(NETCON_PROPERTIES *pProps) in NcFreeNetconProperties()
H A DREADME30 in the NETCON_PROPERTIES dwCharacter), and add them to notification area with Shell_NotifyIcon. For…
H A Dshfldr_netconnect.cpp582 NETCON_PROPERTIES * pProperties; in ShowNetConnectionProperties()
/reactos/sdk/include/psdk/
H A Dnetcon.h91 }NETCON_PROPERTIES; typedef
105 STDMETHOD_(HRESULT,GetProperties) (THIS_ NETCON_PROPERTIES **ppProps) PURE; in DECLARE_INTERFACE_()
255 VOID WINAPI NcFreeNetconProperties (NETCON_PROPERTIES* pProps);
H A Dnetcon.idl109 } NETCON_PROPERTIES;
121 HRESULT GetProperties([out] NETCON_PROPERTIES **ppProps);