Home
last modified time | relevance | path

Searched refs:SetConfig (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Ddinputd.h189 STDMETHOD(SetConfig)(THIS_ UINT, LPCDIJOYCONFIG, DWORD) PURE; in DECLARE_INTERFACE_() local
214 #define IDirectInputJoyConfig8_SetConfig(p,a,b,c) (p)->lpVtbl->SetConfig(p,a,b,c)
236 #define IDirectInputJoyConfig8_SetConfig(p,a,b,c) (p)->SetConfig(a,b,c)
/reactos/base/applications/sc/
H A Dsc.h49 BOOL SetConfig(LPCTSTR *ServiceArgs, INT ArgCount);
H A Dsc.c285 SetConfig(ServiceArgs, ArgCount); in ScControl()
H A Dconfig.c199 BOOL SetConfig(LPCTSTR *ServiceArgs, INT ArgCount) in SetConfig() function