Searched refs:SetConfig (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | dinputd.h | 189 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 D | sc.h | 49 BOOL SetConfig(LPCTSTR *ServiceArgs, INT ArgCount);
|
H A D | sc.c | 285 SetConfig(ServiceArgs, ArgCount); in ScControl()
|
H A D | config.c | 199 BOOL SetConfig(LPCTSTR *ServiceArgs, INT ArgCount) in SetConfig() function
|