Searched refs:serviceW (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/wmiutils/ |
H A D | path.c | 164 static const WCHAR serviceW[] = in test_IWbemPath_GetText() local 339 hr = IWbemPath_SetText( path, WBEMPATH_CREATE_ACCEPT_ALL, serviceW ); in test_IWbemPath_GetText() 346 ok( !lstrcmpW( buf, serviceW ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetText() 347 ok( len == lstrlenW( serviceW ) + 1, "unexpected length %u\n", len ); in test_IWbemPath_GetText()
|
/reactos/modules/rostests/winetests/wbemprox/ |
H A D | query.c | 257 static const WCHAR serviceW[] = {'W','i','n','3','2','_','S','e','r','v','i','c','e','.', in test_Win32_Service() local 264 BSTR class = SysAllocString( serviceW ), empty = SysAllocString( emptyW ), method; in test_Win32_Service()
|