|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | INetCfgClassImpl |
Typedefs | |
| typedef struct INetCfgClassImpl * | LPINetCfgClassImpl |
Functions | |
| static __inline LPINetCfgClassImpl | impl_from_INetCfgClassSetup (INetCfgClassSetup *iface) |
| HRESULT WINAPI | INetCfgClassSetup_fnQueryInterface (INetCfgClassSetup *iface, REFIID iid, LPVOID *ppvObj) |
| ULONG WINAPI | INetCfgClassSetup_fnAddRef (INetCfgClassSetup *iface) |
| ULONG WINAPI | INetCfgClassSetup_fnRelease (INetCfgClassSetup *iface) |
| HRESULT WINAPI | INetCfgClassSetup_fnSelectAndInstall (_In_ INetCfgClassSetup *iface, _In_ HWND hwndParent, _In_opt_ OBO_TOKEN *pOboToken, _Out_opt_ INetCfgComponent **ppnccItem) |
| HRESULT WINAPI | INetCfgClassSetup_fnInstall (_In_ INetCfgClassSetup *iface, _In_ LPCWSTR pszwComponentId, _In_opt_ OBO_TOKEN *pOboToken, _In_opt_ DWORD dwSetupFlags, _In_opt_ DWORD dwUpgradeFromBuildNo, _In_opt_ LPCWSTR pszwAnswerFile, _In_opt_ LPCWSTR pszwAnswerSections, _Out_opt_ INetCfgComponent **ppComponent) |
| HRESULT WINAPI | INetCfgClassSetup_fnDeInstall (_In_ INetCfgClassSetup *iface, _In_ INetCfgComponent *pComponent, _In_opt_ OBO_TOKEN *pOboToken, _Out_opt_ LPWSTR *pmszwRefs) |
| HRESULT WINAPI | INetCfgClass_fnQueryInterface (INetCfgClass *iface, REFIID iid, LPVOID *ppvObj) |
| ULONG WINAPI | INetCfgClass_fnAddRef (INetCfgClass *iface) |
| ULONG WINAPI | INetCfgClass_fnRelease (INetCfgClass *iface) |
| HRESULT WINAPI | INetCfgClass_fnFindComponent (INetCfgClass *iface, LPCWSTR pszwComponentId, INetCfgComponent **pComponent) |
| HRESULT WINAPI | INetCfgClass_fnEnumComponents (INetCfgClass *iface, IEnumNetCfgComponent **ppenumComponent) |
| HRESULT WINAPI | INetCfgClass_Constructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv, const GUID *pguidClass, INetCfg *pNetCfg) |
Variables | |
| static const INetCfgClassSetupVtbl | vt_NetCfgClassSetup |
| static const INetCfgClassVtbl | vt_NetCfgClass |
| typedef struct INetCfgClassImpl * LPINetCfgClassImpl |
|
static |
Definition at line 12 of file netcfgclass_iface.c.
Referenced by INetCfgClassSetup_fnAddRef(), INetCfgClassSetup_fnQueryInterface(), and INetCfgClassSetup_fnRelease().
| HRESULT WINAPI INetCfgClass_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv, | ||
| const GUID * | pguidClass, | ||
| INetCfg * | pNetCfg | ||
| ) |
Definition at line 233 of file netcfgclass_iface.c.
Referenced by INetCfg_fnQueryNetCfgClass().
Definition at line 142 of file netcfgclass_iface.c.
| HRESULT WINAPI INetCfgClass_fnEnumComponents | ( | INetCfgClass * | iface, |
| IEnumNetCfgComponent ** | ppenumComponent | ||
| ) |
Definition at line 201 of file netcfgclass_iface.c.
| HRESULT WINAPI INetCfgClass_fnFindComponent | ( | INetCfgClass * | iface, |
| LPCWSTR | pszwComponentId, | ||
| INetCfgComponent ** | pComponent | ||
| ) |
Definition at line 168 of file netcfgclass_iface.c.
Definition at line 115 of file netcfgclass_iface.c.
Definition at line 153 of file netcfgclass_iface.c.
Definition at line 35 of file netcfgclass_iface.c.
| HRESULT WINAPI INetCfgClassSetup_fnDeInstall | ( | _In_ INetCfgClassSetup * | iface, |
| _In_ INetCfgComponent * | pComponent, | ||
| _In_opt_ OBO_TOKEN * | pOboToken, | ||
| _Out_opt_ LPWSTR * | pmszwRefs | ||
| ) |
Definition at line 88 of file netcfgclass_iface.c.
| HRESULT WINAPI INetCfgClassSetup_fnInstall | ( | _In_ INetCfgClassSetup * | iface, |
| _In_ LPCWSTR | pszwComponentId, | ||
| _In_opt_ OBO_TOKEN * | pOboToken, | ||
| _In_opt_ DWORD | dwSetupFlags, | ||
| _In_opt_ DWORD | dwUpgradeFromBuildNo, | ||
| _In_opt_ LPCWSTR | pszwAnswerFile, | ||
| _In_opt_ LPCWSTR | pszwAnswerSections, | ||
| _Out_opt_ INetCfgComponent ** | ppComponent | ||
| ) |
Definition at line 65 of file netcfgclass_iface.c.
| HRESULT WINAPI INetCfgClassSetup_fnQueryInterface | ( | INetCfgClassSetup * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 23 of file netcfgclass_iface.c.
Definition at line 44 of file netcfgclass_iface.c.
| HRESULT WINAPI INetCfgClassSetup_fnSelectAndInstall | ( | _In_ INetCfgClassSetup * | iface, |
| _In_ HWND | hwndParent, | ||
| _In_opt_ OBO_TOKEN * | pOboToken, | ||
| _Out_opt_ INetCfgComponent ** | ppnccItem | ||
| ) |
Definition at line 53 of file netcfgclass_iface.c.
|
static |
Definition at line 222 of file netcfgclass_iface.c.
Referenced by INetCfgClass_Constructor().
|
static |
Definition at line 99 of file netcfgclass_iface.c.
Referenced by INetCfgClass_Constructor().