Home
last modified time | relevance | path

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

/reactos/dll/win32/wmiutils/
H A Dpath.c51 IWbemPath IWbemPath_iface; member
75 return CONTAINING_RECORD(iface, struct path, IWbemPath_iface); in impl_from_IWbemPath()
1283 path->IWbemPath_iface.lpVtbl = &path_vtbl; in WbemPath_create()
1289 *ppObj = &path->IWbemPath_iface; in WbemPath_create()